diff options
author | Roger Dingledine <arma@torproject.org> | 2010-08-09 18:50:49 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-08-09 18:50:49 -0400 |
commit | 0087a37bed508d8240d4b51d1f2112bfae3f4d03 (patch) | |
tree | 125de05c4a0b3304cdf40914839a60fc47e59804 /src/or/connection_edge.c | |
parent | f060b18e6c4292be58de0e1b08f25b770cbddff8 (diff) | |
download | tor-0087a37bed508d8240d4b51d1f2112bfae3f4d03.tar.gz tor-0087a37bed508d8240d4b51d1f2112bfae3f4d03.zip |
tiny changes i found in my sandbox
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 7522368c56..e83028faef 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -2614,7 +2614,7 @@ connection_exit_begin_conn(cell_t *cell, circuit_t *circ) log_debug(LD_REND,"Finished assigning addr/port"); n_stream->cpath_layer = origin_circ->cpath->prev; /* link it */ - /* add it into the linked list of n_streams on this circuit */ + /* add it into the linked list of p_streams on this circuit */ n_stream->next_stream = origin_circ->p_streams; n_stream->on_circuit = circ; origin_circ->p_streams = n_stream; |