From ad5f5ddf7ee4c386fcd3e90542956a9e7a58e6b4 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 22 Mar 2005 23:20:33 +0000 Subject: remove a duplicate circuit_mark_for_close() when picking a path for the circuit fails. svn:r3822 --- src/or/circuitbuild.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or/circuitbuild.c') diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index ce0127707a..67babbb87a 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) -- cgit v1.2.3-54-g00ecf