From 38c889c454d0b6534760007001ce81b2f5e4beaf Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 7 Jul 2004 19:51:20 +0000 Subject: [PATCH] Remove spurious assert svn:r2018 --- src/or/router.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/or/router.c b/src/or/router.c index 9e36009b8a..e35c4e5da5 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -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);