[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] and another one
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
routerparse.c
Log Message:
and another one
Index: routerparse.c
===================================================================
RCS file: /home/or/cvsroot/src/or/routerparse.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- routerparse.c 14 Oct 2004 02:47:09 -0000 1.53
+++ routerparse.c 14 Oct 2004 02:48:28 -0000 1.54
@@ -939,8 +939,7 @@
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);