[or-cvs] r9934: Argh, missed another 9030 bogon. (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Mon Apr 9 22:16:34 UTC 2007


Author: nickm
Date: 2007-04-09 18:16:33 -0400 (Mon, 09 Apr 2007)
New Revision: 9934

Modified:
   tor/trunk/
   tor/trunk/src/or/circuitlist.c
Log:
 r12328 at catbus:  nickm | 2007-04-09 18:16:31 -0400
 Argh, missed another 9030 bogon.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r12328] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/circuitlist.c
===================================================================
--- tor/trunk/src/or/circuitlist.c	2007-04-09 21:36:45 UTC (rev 9933)
+++ tor/trunk/src/or/circuitlist.c	2007-04-09 22:16:33 UTC (rev 9934)
@@ -408,8 +408,6 @@
       other->rend_splice = NULL;
     }
 
-    cell_queue_clear(&ocirc->p_conn_cells);
-
     tor_free(circ->onionskin);
 
     /* remove from map. */
@@ -420,8 +418,6 @@
     cell_queue_clear(&ocirc->p_conn_cells);
   }
 
-  cell_queue_clear(&circ->n_conn_cells);
-
   /* Remove from map. */
   circuit_set_n_circid_orconn(circ, 0, NULL);
 



More information about the tor-commits mailing list