ソースを参照

Switch onion.c over to channel_t

Andrea Shepard 11 年 前
コミット
8b14db9628
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/or/onion.c

+ 1 - 1
src/or/onion.c

@@ -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;