mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-29 14:32:25 +01:00
+- Removed the redefining stuff in s_conf.c
This commit is contained in:
parent
c8c5ff9571
commit
40f7f0b104
2 changed files with 1 additions and 11 deletions
1
Changes
1
Changes
|
@ -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
|
||||
|
|
11
src/s_conf.c
11
src/s_conf.c
|
@ -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);
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue