diff options
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index ce0127707..67babbb87 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -238,7 +238,6 @@ again: // || !CIRCUIT_IS_ORIGIN(circ)) { // wtf? -rd if (r < 0) { log_fn(LOG_INFO,"Generating cpath hop failed."); - circuit_mark_for_close(circ); return -1; } if (r == 0) |