Skip to content
Snippets Groups Projects
Commit 5f9d4d05 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

r12750@catbus: nickm | 2007-05-13 10:08:13 -0400

 Fix compilation in connection_edge.c


svn:r10186
parent 440b7f0c
Branches
Tags
No related merge requests found
......@@ -2416,7 +2416,7 @@ connection_exit_connect_dir(edge_connection_t *exitconn)
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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment