[or-cvs] looks like we were never delivering deflated running-router...
arma at seul.org
arma at seul.org
Tue Jul 12 22:56:24 UTC 2005
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
directory.c
Log Message:
looks like we were never delivering deflated running-routers lists
Index: directory.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/directory.c,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -d -r1.237 -r1.238
--- directory.c 29 Jun 2005 21:46:55 -0000 1.237
+++ directory.c 12 Jul 2005 22:56:22 -0000 1.238
@@ -986,7 +986,7 @@
if (!strcmp(url,"/tor/running-routers") ||
!strcmp(url,"/tor/running-routers.z")) { /* running-routers fetch */
- int deflated = !strcmp(url,"/tor/dir.z");
+ int deflated = !strcmp(url,"/tor/running-routers.z");
tor_free(url);
dlen = dirserv_get_runningrouters(&cp, deflated);
if (!dlen) { /* we failed to create/cache cp */
More information about the tor-commits
mailing list