Jelajahi Sumber

* 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 tahun lalu
induk
melakukan
f9a1f4a884
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);