aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index 5879e2aa5..e0a5b100f 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -1576,7 +1576,7 @@ void assert_connection_ok(connection_t *conn, time_t now)
tor_assert(conn->tls);
}
- if (CONN_IS_EDGE(conn)) {
+ if (! CONN_IS_EDGE(conn)) {
tor_assert(!conn->stream_id);
tor_assert(!conn->next_stream);
tor_assert(!conn->cpath_layer);