r9461@Kushana: nickm | 2006-10-31 20:30:12 -0500

Oops. Fix compile error in last build.


svn:r8888
This commit is contained in:
Nick Mathewson 2006-11-01 01:30:25 +00:00
parent 9e13a6f31c
commit 31e274ddd3

View File

@ -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) {