Explorar o código

* 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 %!s(int64=19) %!d(string=hai) anos
pai
achega
f9a1f4a884
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);