mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue