Explorar o código

Fixing mistake in comment.

rl1987 %!s(int64=9) %!d(string=hai) anos
pai
achega
af1469b9a3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/or/channeltls.c

+ 2 - 2
src/or/channeltls.c

@@ -852,8 +852,8 @@ channel_tls_handle_state_change_on_orconn(channel_tls_t *chan,
 
   base_chan = TLS_CHAN_TO_BASE(chan);
 
-  /* Make sure the base connection state makes sense - shouldn't be error,
-   * closed or listening. */
+  /* Make sure the base connection state makes sense - shouldn't be error
+   * or closed. */
 
   tor_assert(CHANNEL_IS_OPENING(base_chan) ||
              CHANNEL_IS_OPEN(base_chan) ||