소스 검색

* Fixed bot rehashing config after -C forever

svn: 2114
Bryan Drewery 21 년 전
부모
커밋
09b8b239a8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main.c

+ 1 - 0
src/main.c

@@ -961,6 +961,7 @@ printf("out: %s\n", out);
       socket_cleanup = 0;	/* If we've been idle, cleanup & flush */
     }
     if (do_restart) {
+      do_restart = 0;
       if (do_restart == 1)
         restart(-1);
       else