diff options
-rw-r--r-- | src/or/policies.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <b>policy</b> that - * allows exiting to <b>port</b>. */ + * allows exiting to <b>port</b>. Otherwise, return 0. */ static int exit_policy_is_general_exit_helper(smartlist_t *policy, int port) { |