Switch onion.c over to channel_t

This commit is contained in:
Andrea Shepard
2012-09-02 21:13:25 -07:00
committed by Andrea Shepard
parent 77dac97354
commit 8b14db9628
+1 -1
View File
@@ -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;