diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-22 23:20:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-22 23:20:33 +0000 |
commit | ad5f5ddf7ee4c386fcd3e90542956a9e7a58e6b4 (patch) | |
tree | 77acdc1adbcbbc975278e688462e53aeebf6032c /src | |
parent | a2ee01984ad5d44b810090ba6da437bd8be1e84d (diff) | |
download | tor-ad5f5ddf7ee4c386fcd3e90542956a9e7a58e6b4.tar tor-ad5f5ddf7ee4c386fcd3e90542956a9e7a58e6b4.tar.gz |
remove a duplicate circuit_mark_for_close() when picking
a path for the circuit fails.
svn:r3822
Diffstat (limited to 'src')
-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) |