[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9244: Remove an XXXX012 for which the answer is "not really." (in tor/trunk: . src/or)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9244: Remove an XXXX012 for which the answer is "not really." (in tor/trunk: . src/or)
- From: nickm@xxxxxxxx
- Date: Tue, 2 Jan 2007 16:47:29 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 02 Jan 2007 16:47:37 -0500
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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@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 */