From: Roger Dingledine Date: Wed, 12 Jan 2005 12:22:25 +0000 (+0000) Subject: more cleanup X-Git-Tag: tor-0.1.0.1-rc~473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=abea1426659956b309cd47b53738fd9d163b00ee;p=thirdparty%2Ftor.git more cleanup svn:r3347 --- 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) {