mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
r11800@Kushana: nickm | 2007-01-02 16:46:45 -0500
Remove an XXXX012 for which the answer is "not really." svn:r9244
This commit is contained in:
parent
cbdd21cbf5
commit
f5b984a36f
@ -1289,8 +1289,6 @@ connection_ap_handshake_rewrite_and_attach(edge_connection_t *conn,
|
|||||||
/* help predict this next time */
|
/* help predict this next time */
|
||||||
rep_hist_note_used_port(socks->port, time(NULL));
|
rep_hist_note_used_port(socks->port, time(NULL));
|
||||||
} else if (socks->command == SOCKS_COMMAND_RESOLVE_PTR) {
|
} 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 */
|
rep_hist_note_used_resolve(time(NULL)); /* help predict this next time */
|
||||||
} else if (socks->command == SOCKS_COMMAND_CONNECT_DIR) {
|
} else if (socks->command == SOCKS_COMMAND_CONNECT_DIR) {
|
||||||
; /* nothing */
|
; /* nothing */
|
||||||
|
Loading…
Reference in New Issue
Block a user