mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Switch onion.c over to channel_t
This commit is contained in:
committed by
Andrea Shepard
parent
77dac97354
commit
8b14db9628
+1
-1
@@ -106,7 +106,7 @@ onion_next_task(char **onionskin_out)
|
||||
return NULL; /* no onions pending, we're done */
|
||||
|
||||
tor_assert(ol_list->circ);
|
||||
tor_assert(ol_list->circ->p_conn); /* make sure it's still valid */
|
||||
tor_assert(ol_list->circ->p_chan); /* make sure it's still valid */
|
||||
tor_assert(ol_length > 0);
|
||||
circ = ol_list->circ;
|
||||
*onionskin_out = ol_list->onionskin;
|
||||
|
||||
Reference in New Issue
Block a user