[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10333: remove an obsolete notion that we judge runningness based on (tor/trunk/src/or)
Author: arma
Date: 2007-05-25 15:22:26 -0400 (Fri, 25 May 2007)
New Revision: 10333
Modified:
tor/trunk/src/or/connection.c
Log:
remove an obsolete notion that we judge runningness based on
whether we have a connection open to the server right now.
Modified: tor/trunk/src/or/connection.c
===================================================================
--- tor/trunk/src/or/connection.c 2007-05-25 18:49:26 UTC (rev 10332)
+++ tor/trunk/src/or/connection.c 2007-05-25 19:22:26 UTC (rev 10333)
@@ -365,8 +365,6 @@
conn->linked_conn = NULL;
}
if (connection_speaks_cells(conn)) {
- if (conn->state == OR_CONN_STATE_OPEN)
- directory_set_dirty();
if (!tor_digest_is_zero(TO_OR_CONN(conn)->identity_digest)) {
connection_or_remove_from_identity_map(TO_OR_CONN(conn));
}