Skip to content
Snippets Groups Projects
Commit 17442560 authored by Andrea Shepard's avatar Andrea Shepard
Browse files

Fix mal-merge, don't | END_CIRC_REASON_CHANNEL_CLOSED into reason codes in circuit_truncated()

parent 94a03099
No related branches found
No related tags found
No related merge requests found
......@@ -3050,7 +3050,7 @@ circuit_truncated(origin_circuit_t *circ, crypt_path_t *layer, int reason)
* just give up.
*/
circuit_mark_for_close(TO_CIRCUIT(circ),
END_CIRC_REASON_FLAG_REMOTE|END_CIRC_REASON_CHANNEL_CLOSED|reason);
END_CIRC_REASON_FLAG_REMOTE|reason);
return 0;
#if 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment