소스 검색

* Port [3230] to 1.2.14
* Don't auto spawnbots() after confedit.. it causes unwelcomed crons and bots when wanting to pre-configure a binary



svn: 3231

Bryan Drewery 19 년 전
부모
커밋
f9a1f4a884
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/conf.c

+ 1 - 1
src/conf.c

@@ -341,7 +341,7 @@ confedit()
   conf_killbot(oldbots, NULL, NULL, SIGUSR1);
 
   /* Now spawn new bots */
-  spawnbots(conf.bots);
+//  spawnbots(conf.bots);
 
   exit(0);