[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] remove a duplicate circuit_mark_for_close() when picking
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] remove a duplicate circuit_mark_for_close() when picking
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Tue, 22 Mar 2005 18:20:35 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 22 Mar 2005 18:20:56 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or
Modified Files:
circuitbuild.c
Log Message:
remove a duplicate circuit_mark_for_close() when picking
a path for the circuit fails.
Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- circuitbuild.c 22 Mar 2005 01:01:15 -0000 1.91
+++ circuitbuild.c 22 Mar 2005 23:20:33 -0000 1.92
@@ -238,7 +238,6 @@
// || !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)