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
2ba9901c
Commit
2ba9901c
authored
Mar 28, 2004
by
Roger Dingledine
Browse files
oh, i forgot to enable the find-munged-conn function
svn:r1357
parent
e6a2e035
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/main.c
View file @
2ba9901c
...
...
@@ -267,6 +267,9 @@ static void conn_close_if_marked(int i) {
}
}
connection_remove
(
conn
);
if
(
conn
->
type
==
CONN_TYPE_EXIT
)
{
assert_connection_edge_not_dns_pending
(
conn
);
}
connection_free
(
conn
);
if
(
i
<
nfds
)
{
/* we just replaced the one at i with a new one.
process it too. */
...
...
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