[or-cvs] r9244: Remove an XXXX012 for which the answer is "not really." (in tor/trunk: . src/or)
nickm at seul.org
nickm at seul.org
Tue Jan 2 21:47:29 UTC 2007
Author: nickm
Date: 2007-01-02 16:47:28 -0500 (Tue, 02 Jan 2007)
New Revision: 9244
Modified:
tor/trunk/
tor/trunk/src/or/connection_edge.c
Log:
r11800 at Kushana: nickm | 2007-01-02 16:46:45 -0500
Remove an XXXX012 for which the answer is "not really."
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r11800] on c95137ef-5f19-0410-b913-86e773d04f59
Modified: tor/trunk/src/or/connection_edge.c
===================================================================
--- tor/trunk/src/or/connection_edge.c 2007-01-02 21:47:21 UTC (rev 9243)
+++ tor/trunk/src/or/connection_edge.c 2007-01-02 21:47:28 UTC (rev 9244)
@@ -1289,8 +1289,6 @@
/* help predict this next time */
rep_hist_note_used_port(socks->port, time(NULL));
} else if (socks->command == SOCKS_COMMAND_RESOLVE_PTR) {
- // XXXX012 NM Do anything here?
-
rep_hist_note_used_resolve(time(NULL)); /* help predict this next time */
} else if (socks->command == SOCKS_COMMAND_CONNECT_DIR) {
; /* nothing */
More information about the tor-commits
mailing list