Browse Source

remove an obsolete notion that we judge runningness based on
whether we have a connection open to the server right now.


svn:r10333

Roger Dingledine 18 years ago
parent
commit
32f5e19168
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/or/connection.c

+ 0 - 2
src/or/connection.c

@@ -365,8 +365,6 @@ connection_free(connection_t *conn)
     conn->linked_conn = NULL;
     conn->linked_conn = NULL;
   }
   }
   if (connection_speaks_cells(conn)) {
   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)) {
     if (!tor_digest_is_zero(TO_OR_CONN(conn)->identity_digest)) {
       connection_or_remove_from_identity_map(TO_OR_CONN(conn));
       connection_or_remove_from_identity_map(TO_OR_CONN(conn));
     }
     }