diff options
author | Roger Dingledine <arma@torproject.org> | 2014-05-17 00:02:41 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-05-17 00:02:41 -0400 |
commit | 767b18ea8eebc2c06a2d3d76d7c4e1ac4d70827d (patch) | |
tree | 845e1c8cc14429d47492a885a6a1c9121d7b6892 /src/or | |
parent | ef9c00f53962713e1f7866004f3b83a136cfcedc (diff) | |
download | tor-767b18ea8eebc2c06a2d3d76d7c4e1ac4d70827d.tar tor-767b18ea8eebc2c06a2d3d76d7c4e1ac4d70827d.tar.gz |
note a comment that nickm didn't finish
Diffstat (limited to 'src/or')
-rwxr-xr-x | 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 86cefc9a6..ffe2238db 100755 --- a/src/or/router.c +++ b/src/or/router.c @@ -1267,7 +1267,7 @@ 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 */ + * hibernating, entering hibernation, or [XXX or what?] */ int net_is_disabled(void) { |