patch to resolve task 133
Geoffrey Goodell
goodell at cassandra.eecs.harvard.edu
Tue May 10 21:15:35 UTC 2005
Please consider this patch, which appears to resolve task 133.
Geoff
-------------- next part --------------
diff -u or/routerlist.c or.patch/routerlist.c
--- or/routerlist.c 2005-05-06 04:53:23.000000000 -0400
+++ or.patch/routerlist.c 2005-05-10 15:37:17.000000000 -0400
@@ -930,6 +930,10 @@
smartlist_free(changed);
}
log_fn(LOG_DEBUG, "Added router to list");
+
+ /* Attempt to resolve the address of this router. */
+ router_resolve(ri);
+
return 1;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.torproject.org/pipermail/tor-dev/attachments/20050510/a13efe45/attachment.pgp>
More information about the tor-dev
mailing list