From 69830afc1601542662d2bc7b9c1ba5eec348c7d7 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 14 Oct 2004 02:49:48 +0000 Subject: and another one svn:r2484 --- src/or/routerparse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/or/routerparse.c') diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 9ccc7300a..b58950a68 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -939,8 +939,7 @@ router_parse_exit_policy_from_string(const char *s) const char *cp; char *tmp; struct exit_policy_t *r; - size_t len; - int idx; + size_t len, idx; /* *s might not end with \n, so we need to extend it with one. */ len = strlen(s); -- cgit v1.2.3