[or-cvs] a patch for mat"s patch

Roger Dingledine arma at seul.org
Wed Jul 10 18:39:36 UTC 2002


Update of /home/or/cvsroot/src/or
In directory moria.seul.org:/home/arma/work/onion/cvs/src/or

Modified Files:
	connection_exit.c 
Log Message:
a patch for mat's patch


Index: connection_exit.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection_exit.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- connection_exit.c	10 Jul 2002 12:37:37 -0000	1.4
+++ connection_exit.c	10 Jul 2002 18:39:33 -0000	1.5
@@ -150,11 +150,11 @@
         conn->state = EXIT_CONN_STATE_OPEN;
         connection_watch_events(conn, POLLIN);
 	return 0;
-      }
-      else {
+      } else {
 	log(LOG_DEBUG,"connection_exit_process_cell(): in connecting_wait, but I've already received everything. Closing.");
 	return -1;
       }
+      return 0;
     case EXIT_CONN_STATE_CONNECTING:
       log(LOG_DEBUG,"connection_exit_process_cell(): Data receiving while connecting. Queueing.");
       retval = connection_write_to_buf(cell->payload, cell->length, conn);



More information about the tor-commits mailing list