[or-cvs] enable assert_connection_ok()

Roger Dingledine arma at seul.org
Sat Feb 28 07:51:32 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	connection.c 
Log Message:
enable assert_connection_ok()
we weren't actually asserting much. oops.


Index: connection.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection.c,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- connection.c	28 Feb 2004 07:48:28 -0000	1.161
+++ connection.c	28 Feb 2004 07:51:30 -0000	1.162
@@ -805,7 +805,6 @@
 {
   assert(conn);
   assert(conn->magic == CONNECTION_MAGIC);
-  return; /* XXX !!! */
   assert(conn->type >= _CONN_TYPE_MIN);
   assert(conn->type <= _CONN_TYPE_MAX);
 



More information about the tor-commits mailing list