]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r12274@catbus: nickm | 2007-03-26 09:29:18 -0400
authorNick Mathewson <nickm@torproject.org>
Mon, 26 Mar 2007 13:30:17 +0000 (13:30 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 26 Mar 2007 13:30:17 +0000 (13:30 +0000)
 Possibly resolve bug reported by xiando.

svn:r9903

src/or/connection_edge.c

index b95a41b38adf605fdfc163fdeec349ed64d1ee23..de7dc36543b2aaaf7ebc20609982e198f3cc274b 100644 (file)
@@ -2240,7 +2240,7 @@ connection_exit_begin_conn(cell_t *cell, circuit_t *circ)
     return connection_exit_connect_dir(n_stream);
   }
 
-  TO_OR_CIRCUIT(circ)->n_streams = n_stream;  n_stream->on_circuit = circ;
+  n_stream->on_circuit = circ;
 
   /* send it off to the gethostbyname farm */
   switch (dns_resolve(n_stream)) {