aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-08-17 06:06:05 +0000
committerNick Mathewson <nickm@torproject.org>2004-08-17 06:06:05 +0000
commit590cd621f86ba5d454ed35ff411fab4ab48a6c61 (patch)
tree9712f8fdcf1e6f78c570fd86f2517a9b1f60deaa /src/or/routerparse.c
parent85a910e0850d8f5b85f52ccf767f96b0f42a904f (diff)
downloadtor-590cd621f86ba5d454ed35ff411fab4ab48a6c61.tar
tor-590cd621f86ba5d454ed35ff411fab4ab48a6c61.tar.gz
Clean up last patch; implement (mostly) proper handling for verified/unverified name collisions.
svn:r2248
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 7ee2512d6..f3e6a53f8 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -644,7 +644,6 @@ routerinfo_t *router_parse_entry_from_string(const char *s,
smartlist_t *tokens = NULL, *exit_policy_tokens = NULL;
directory_token_t *tok;
int t;
- long lng;
int ports_set, bw_set;
if (!end) {