Pārlūkot izejas kodu

r12274@catbus: nickm | 2007-03-26 09:29:18 -0400
Possibly resolve bug reported by xiando.


svn:r9903

Nick Mathewson 18 gadi atpakaļ
vecāks
revīzija
6e51bdd5e4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/or/connection_edge.c

+ 1 - 1
src/or/connection_edge.c

@@ -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)) {