aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 2918880905..39fd368614 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -428,7 +428,7 @@ connection_about_to_close_connection(connection_t *conn)
edge_connection_t *edge_conn;
time_t now = time(NULL);
- assert(conn->marked_for_close);
+ tor_assert(conn->marked_for_close);
if (CONN_IS_EDGE(conn)) {
if (!conn->edge_has_sent_end) {