]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
more cleanup
authorRoger Dingledine <arma@torproject.org>
Wed, 12 Jan 2005 12:22:25 +0000 (12:22 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 12 Jan 2005 12:22:25 +0000 (12:22 +0000)
svn:r3347

src/or/main.c

index 9e85331ef6bb207b2c7fc802b7b09bdb38df540b..15a9aab8bc7e99e59e454a3b07e0716f585d0a29 100644 (file)
@@ -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) {