mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove spurious assert
svn:r2018
This commit is contained in:
@@ -387,8 +387,6 @@ int router_compare_to_my_exit_policy(connection_t *conn)
|
||||
if (!conn->addr)
|
||||
return -1;
|
||||
|
||||
tor_assert(conn->addr);
|
||||
|
||||
return router_compare_addr_to_exit_policy(conn->addr, conn->port,
|
||||
desc_routerinfo->exit_policy);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user