[tor-commits] [tor/master] make a comment more right

arma at torproject.org arma at torproject.org
Tue Aug 28 20:14:39 UTC 2018


commit 6da8c6e9a544922c3e04ac460ca7fcbdc8a6eaf3
Author: Roger Dingledine <arma at torproject.org>
Date:   Tue Aug 28 16:13:58 2018 -0400

    make a comment more right
    
    (from #20874 fix)
---
 src/core/or/policies.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/policies.c b/src/core/or/policies.c
index 7f5d5dd10..d9a07b04a 100644
--- a/src/core/or/policies.c
+++ b/src/core/or/policies.c
@@ -317,7 +317,7 @@ parse_reachable_addresses(void)
     }
   }
 
-  /* Prepend a reject *.* to reachable_(or|dir)_addr_policy */
+  /* Append a reject *:* to reachable_(or|dir)_addr_policy */
   if (!ret && (options->ReachableDirAddresses ||
                options->ReachableORAddresses ||
                options->ReachableAddresses)) {



More information about the tor-commits mailing list