瀏覽代碼

Add assertion that cpath_layer==NULL on OR circ

Nick Mathewson 7 年之前
父節點
當前提交
f0b86e30d0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/or/relay.c

+ 1 - 0
src/or/relay.c

@@ -615,6 +615,7 @@ relay_send_command_from_edge_(streamid_t stream_id, circuit_t *circ,
     cell.circ_id = circ->n_circ_id;
     cell_direction = CELL_DIRECTION_OUT;
   } else {
+    tor_assert(! cpath_layer);
     cell.circ_id = TO_OR_CIRCUIT(circ)->p_circ_id;
     cell_direction = CELL_DIRECTION_IN;
   }