[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r10186: Fix compilation in connection_edge.c (in tor/trunk: . src/or)



Author: nickm
Date: 2007-05-13 16:24:43 -0400 (Sun, 13 May 2007)
New Revision: 10186

Modified:
   tor/trunk/
   tor/trunk/src/or/connection_edge.c
Log:
 r12750@catbus:  nickm | 2007-05-13 10:08:13 -0400
 Fix compilation in connection_edge.c



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

Modified: tor/trunk/src/or/connection_edge.c
===================================================================
--- tor/trunk/src/or/connection_edge.c	2007-05-13 14:47:16 UTC (rev 10185)
+++ tor/trunk/src/or/connection_edge.c	2007-05-13 20:24:43 UTC (rev 10186)
@@ -2416,7 +2416,7 @@
   dirconn->_base.purpose = DIR_PURPOSE_SERVER;
   dirconn->_base.state = DIR_CONN_STATE_SERVER_COMMAND_WAIT;
 
-  connection_link_connections(TO_CONN(dir_conn), TO_CONN(exitconn));
+  connection_link_connections(TO_CONN(dirconn), TO_CONN(exitconn));
 
   if (connection_add(TO_CONN(exitconn))<0) {
     connection_edge_end(exitconn, END_STREAM_REASON_RESOURCELIMIT);