Commit abea1426 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

more cleanup


svn:r3347
parent bafb3e4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {