[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9903: Possibly resolve bug reported by xiando. (in tor/trunk: . src/or)
Author: nickm
Date: 2007-03-26 09:30:17 -0400 (Mon, 26 Mar 2007)
New Revision: 9903
Modified:
tor/trunk/
tor/trunk/src/or/connection_edge.c
Log:
r12274@catbus: nickm | 2007-03-26 09:29:18 -0400
Possibly resolve bug reported by xiando.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r12274] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/src/or/connection_edge.c
===================================================================
--- tor/trunk/src/or/connection_edge.c 2007-03-25 20:31:36 UTC (rev 9902)
+++ tor/trunk/src/or/connection_edge.c 2007-03-26 13:30:17 UTC (rev 9903)
@@ -2240,7 +2240,7 @@
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)) {