diff options
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 076d148b7..7fe5e94e1 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -295,7 +295,7 @@ int router_compare_to_my_exit_policy(connection_t *conn) { way we can't get a 'maybe' below. */ return router_compare_addr_to_exit_policy(conn->addr, conn->port, - desc_routerinfo->exit_policy) == ADDR_POLICY_ACCEPTED; + desc_routerinfo->exit_policy); } |