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
b7fcbb28
Commit
b7fcbb28
authored
May 06, 2020
by
Nick Mathewson
👁
Browse files
connection_or_finished_flushing(): add a missing "break;"
This one is harmless like the others (so far)
parent
e8fdba19
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/or/connection_or.c
View file @
b7fcbb28
...
...
@@ -731,6 +731,7 @@ connection_or_finished_flushing(or_connection_t *conn)
}
break
;
}
break
;
case
OR_CONN_STATE_OPEN
:
case
OR_CONN_STATE_OR_HANDSHAKING_V2
:
case
OR_CONN_STATE_OR_HANDSHAKING_V3
:
...
...
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