[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] another case (i think) of redundant code.
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
command.c
Log Message:
another case (i think) of redundant code.
Index: command.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/command.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- command.c 29 Oct 2005 19:13:48 -0000 1.99
+++ command.c 19 Nov 2005 01:03:34 -0000 1.100
@@ -336,11 +336,7 @@
cell->circ_id, conn->address, conn->port);
return;
}
-
debug(LD_OR,"Received for circID %d.",cell->circ_id);
- if (circ->state == CIRCUIT_STATE_ONIONSKIN_PENDING) {
- onion_pending_remove(circ);
- }
if (cell->circ_id == circ->p_circ_id) {
/* the destroy came from behind */