mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fixing mistake in comment.
This commit is contained in:
+2
-2
@@ -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) ||
|
||||
|
||||
Reference in New Issue
Block a user