This commit is contained in:
Fish 2004-07-21 14:14:13 +00:00
parent 638446e61f
commit c67fecfb82

2
opsb.c
View file

@ -938,7 +938,7 @@ void LoadConfig(void)
opsb.cachetime = 3600; opsb.cachetime = 3600;
} }
if (GetConf((void *)&opsb.verbose, CFGINT, "Verbose") <= 0) { if (GetConf((void *)&opsb.verbose, CFGINT, "Verbose") <= 0) {
opsb.cachetime = 1; opsb.verbose = 1;
} }
if (GetConf((void *)&opsb.bantime, CFGINT, "BanTime") <= 0) { if (GetConf((void *)&opsb.bantime, CFGINT, "BanTime") <= 0) {
opsb.bantime = 86400; opsb.bantime = 86400;