Skip to content
Snippets Groups Projects
Commit 38c889c4 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Remove spurious assert

svn:r2018
parent e9d81d87
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment