mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Remove spurious assert
svn:r2018
This commit is contained in:
parent
e9d81d873b
commit
38c889c454
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue