mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Change an assert into a tor_assert
svn:r10495
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user