diff options
author | Roger Dingledine <arma@torproject.org> | 2008-01-21 21:00:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-01-21 21:00:50 +0000 |
commit | b79850d5748879109484a72615105c57a6de2d0a (patch) | |
tree | 09c723ff4e1c6831df27b7d46e4a93e8b11df945 /src/or/main.c | |
parent | e7853ba3eb9ec381b49828e42b21ab5a0f268009 (diff) | |
download | tor-b79850d5748879109484a72615105c57a6de2d0a.tar tor-b79850d5748879109484a72615105c57a6de2d0a.tar.gz |
Make "ClientOnly 1" config option disable directory ports too.
svn:r13213
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 607fed35c..17ee14651 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1053,7 +1053,6 @@ run_scheduled_events(time_t now) /** 3d. And every 60 seconds, we relaunch listeners if any died. */ if (!we_are_hibernating() && time_to_check_listeners < now) { - /* 0 means "only launch the ones that died." */ retry_all_listeners(NULL, NULL); time_to_check_listeners = now+60; } |