Browse Source

Remove spurious assert

svn:r2018
Nick Mathewson 20 years ago
parent
commit
38c889c454
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/or/router.c

+ 0 - 2
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);