From ba0c9e5d0309b6c1f7e55757ef41262d9cde3b14 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 3 Feb 2010 00:12:31 -0500 Subject: [PATCH] Trivial doc fix for exit_policy_is_general_exit_helper The original comment said what it did if there was at least one /8 that allowed access to the port, but not what it did otherwise. --- src/or/policies.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/policies.c b/src/or/policies.c index ab308f764d..eb8b5fd462 100644 --- a/src/or/policies.c +++ b/src/or/policies.c @@ -866,7 +866,7 @@ policies_set_router_exitpolicy_to_reject_all(routerinfo_t *r) } /** Return 1 if there is at least one /8 subnet in policy that - * allows exiting to port. */ + * allows exiting to port. Otherwise, return 0. */ static int exit_policy_is_general_exit_helper(smartlist_t *policy, int port) { -- 2.11.4.GIT