소스 검색

more cleanup

svn:r3347
Roger Dingledine 21 년 전
부모
커밋
abea142665
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/main.c

+ 1 - 1
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) {