summaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-05-25 19:22:26 +0000
committerRoger Dingledine <arma@torproject.org>2007-05-25 19:22:26 +0000
commit32f5e19168cef04893752d12d3210dffc4040a2b (patch)
tree7352e15ecdf4550c517b153677fe12ba72078123 /src/or/connection.c
parent368eb6a97afa0f6ab5e7997921d8659c3d829734 (diff)
downloadtor-32f5e19168cef04893752d12d3210dffc4040a2b.tar.gz
tor-32f5e19168cef04893752d12d3210dffc4040a2b.zip
remove an obsolete notion that we judge runningness based on
whether we have a connection open to the server right now. svn:r10333
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index daafc7d7c0..6d6d362f2b 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -365,8 +365,6 @@ connection_free(connection_t *conn)
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));
}