]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix mal-merge, don't | END_CIRC_REASON_CHANNEL_CLOSED into reason codes in circuit_tr...
authorAndrea Shepard <andrea@torproject.org>
Wed, 17 Oct 2012 10:23:35 +0000 (03:23 -0700)
committerAndrea Shepard <andrea@torproject.org>
Wed, 17 Oct 2012 10:23:35 +0000 (03:23 -0700)
src/or/circuitbuild.c

index 9287084cbb77c0c5d9ce0733689e2a5a8546611e..b16dab2cca29564431dd93384cff4e6cc33c74a6 100644 (file)
@@ -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