+- Removed the redefining stuff in s_conf.c

This commit is contained in:
stskeeps 2001-07-13 17:18:30 +00:00
parent c8c5ff9571
commit 40f7f0b104
2 changed files with 1 additions and 11 deletions

View file

@ -682,3 +682,4 @@ seen. gmtime warning still there
- Fixed some possible points of confusion with hash.c regarding unsigned int
& signed int
- Fixed u_intXX_t problem
- Removed the redefining stuff in s_conf.c

View file

@ -1019,9 +1019,6 @@ int _conf_class(ConfigFile *conf, ConfigEntry *ce)
else
{
isnew = 0;
config_status("%s:%i: warning: redefining a record in class %s",
ce->ce_fileptr->cf_filename, ce->ce_varlinenum,
ce->ce_vardata);
}
for (cep = ce->ce_entries; cep; cep = cep->ce_next)
{
@ -1222,9 +1219,6 @@ int _conf_oper(ConfigFile *conf, ConfigEntry *ce)
else
{
isnew = 0;
config_status("%s:%i: warning: redefining a record in oper %s",
ce->ce_fileptr->cf_filename, ce->ce_varlinenum,
ce->ce_vardata);
}
@ -1531,11 +1525,6 @@ int _conf_listen(ConfigFile *conf, ConfigEntry *ce)
else
{
isnew = 0;
/*
config_status("%s:%i: warning: redefining a record in listen %s",
ce->ce_fileptr->cf_filename, ce->ce_varlinenum,
ce->ce_vardata);
*/
}