mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
r9461@Kushana: nickm | 2006-10-31 20:30:12 -0500
Oops. Fix compile error in last build. svn:r8888
This commit is contained in:
parent
9e13a6f31c
commit
31e274ddd3
@ -849,7 +849,7 @@ _circuit_mark_for_close(circuit_t *circ, int reason, int line,
|
||||
reason = END_CIRC_REASON_NONE;
|
||||
}
|
||||
|
||||
if (reason & END_CIRC_REASON_FLAG_REMOTE) {
|
||||
if (reason & END_CIRC_REASON_FLAG_REMOTE)
|
||||
reason &= ~END_CIRC_REASON_FLAG_REMOTE;
|
||||
|
||||
if (reason < _END_CIRC_REASON_MIN || reason > _END_CIRC_REASON_MAX) {
|
||||
|
Loading…
Reference in New Issue
Block a user