[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15236: note a bug that karsten found (tor/trunk/src/or)
Author: arma
Date: 2008-06-13 19:05:48 -0400 (Fri, 13 Jun 2008)
New Revision: 15236
Modified:
tor/trunk/src/or/circuituse.c
Log:
note a bug that karsten found
Modified: tor/trunk/src/or/circuituse.c
===================================================================
--- tor/trunk/src/or/circuituse.c 2008-06-13 22:52:17 UTC (rev 15235)
+++ tor/trunk/src/or/circuituse.c 2008-06-13 23:05:48 UTC (rev 15236)
@@ -743,6 +743,7 @@
"(%s:%d). I'm going to try to rotate to a better connection.",
n_conn->_base.address, n_conn->_base.port);
n_conn->_base.or_is_obsolete = 1;
+ /* XXX021 consider setting n_conn->socket_error to TIMEOUT */
entry_guard_register_connect_status(n_conn->identity_digest, 0,
time(NULL));
}