Browse Source

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 18 years ago
parent
commit
9b5a643475
1 changed files with 0 additions and 1 deletions
  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. */