Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / s_conf.c
index 49f56494f8d1a8e88b07a68c390d8c3bede04641..05cd7ce2b8e81a689cb835398401eb9a697495f9 100644 (file)
@@ -1231,7 +1231,7 @@ int read_configuration_file(void)
   if (aconf)
     free_conf(aconf);
   fbclose(file);
-  nextping = nextconnect = CurrentTime;
+/*    nextping = nextconnect = CurrentTime; */
   feature_mark(); /* reset unmarked features */
   return 1;
 }