Ver Fonte

* 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 há 19 anos atrás
pai
commit
f9a1f4a884
1 ficheiros alterados com 1 adições e 1 exclusões
  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);