[or-cvs] r9698: bonus points if it builds on 64 bit (tor/trunk/src/or)
arma at seul.org
arma at seul.org
Thu Mar 1 03:59:28 UTC 2007
Author: arma
Date: 2007-02-28 22:59:28 -0500 (Wed, 28 Feb 2007)
New Revision: 9698
Modified:
tor/trunk/src/or/circuituse.c
Log:
bonus points if it builds on 64 bit
Modified: tor/trunk/src/or/circuituse.c
===================================================================
--- tor/trunk/src/or/circuituse.c 2007-03-01 03:56:21 UTC (rev 9697)
+++ tor/trunk/src/or/circuituse.c 2007-03-01 03:59:28 UTC (rev 9698)
@@ -1027,7 +1027,6 @@
* routerstatus or equivalent. */
routerstatus_t *s =
routerstatus_get_by_hexdigest(conn->chosen_exit_name+1);
- log_debug(LD_DIR, "result is %d", (int)s);
if (s) {
extend_info = extend_info_from_routerstatus(s);
} else {
More information about the tor-commits
mailing list