Explorar o código

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 %!s(int64=19) %!d(string=hai) anos
pai
achega
9b5a643475
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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. */