Explorar el 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 hace 19 años
padre
commit
f9a1f4a884
Se han modificado 1 ficheros con 1 adiciones y 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);