Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
32f5e191
Commit
32f5e191
authored
May 25, 2007
by
Roger Dingledine
Browse files
remove an obsolete notion that we judge runningness based on
whether we have a connection open to the server right now. svn:r10333
parent
368eb6a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/connection.c
View file @
32f5e191
...
...
@@ -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
));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment