diff options
author | Roger Dingledine <arma@torproject.org> | 2005-01-12 12:22:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-01-12 12:22:25 +0000 |
commit | abea1426659956b309cd47b53738fd9d163b00ee (patch) | |
tree | 7c369c9a70ade205f85bfe477eac8373b604b76d /src/or/main.c | |
parent | bafb3e4a5baed06fd36295f1054f07302d8d9969 (diff) | |
download | tor-abea1426659956b309cd47b53738fd9d163b00ee.tar.gz tor-abea1426659956b309cd47b53738fd9d163b00ee.zip |
more cleanup
svn:r3347
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 9e85331ef6..15a9aab8bc 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1194,7 +1194,7 @@ void handle_signals(int is_parent) #ifdef SIGXFSZ SIGXFSZ, /* handle file-too-big resource exhaustion */ #endif - SIGCHLD, /* /* handle dns/cpu workers that exit */ + SIGCHLD, /* handle dns/cpu workers that exit */ -1 }; static struct event signal_events[16]; /* bigger than it has to be. */ if (is_parent) { |