commit ace9063fb428daf31c42a52c5a17e2bf514778fa Author: Nick Mathewson nickm@torproject.org Date: Tue May 20 11:58:18 2014 -0400
Fix a sentence that I never --- src/or/router.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/or/router.c b/src/or/router.c index ffe2238..2cdbb0c 100755 --- a/src/or/router.c +++ b/src/or/router.c @@ -1267,7 +1267,8 @@ router_perform_bandwidth_test(int num_circs, time_t now) }
/** Return true iff our network is in some sense disabled: either we're - * hibernating, entering hibernation, or [XXX or what?] */ + * hibernating, entering hibernation, or the network is turned off with + * DisableNetwork. */ int net_is_disabled(void) {
tor-commits@lists.torproject.org