瀏覽代碼

r7328@Kushana: nickm | 2006-08-11 00:04:26 -0700
remove an assert that can never be false (an array in a non-null struct cannot be null).


svn:r7024

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

+ 0 - 1
src/or/rendclient.c

@@ -195,7 +195,6 @@ rend_client_introduction_acked(origin_circuit_t *circ,
   }
 
   tor_assert(circ->build_state->chosen_exit);
-  tor_assert(circ->build_state->chosen_exit->nickname);
 
   if (request_len == 0) {
     /* It's an ACK; the introduction point relayed our introduction request. */