mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-06 10:15:24 +01:00
.
This commit is contained in:
parent
5e009543c0
commit
8a526e56ef
1 changed files with 0 additions and 3 deletions
|
@ -652,7 +652,6 @@ int _conf_admin(ConfigFile *conf, ConfigEntry *ce)
|
|||
continue;
|
||||
}
|
||||
ca = MyMallocEx(sizeof(ConfigItem_admin));
|
||||
ca->flags = CNF_ADMIN;
|
||||
ca->line = strdup(cep->ce_varname);
|
||||
add_ConfigItem((ConfigItem *)ca, (ConfigItem **) &conf_admin);
|
||||
}
|
||||
|
@ -697,7 +696,6 @@ int _conf_class(ConfigFile *conf, ConfigEntry *ce)
|
|||
}
|
||||
class = (ConfigItem_class *) MyMallocEx(sizeof(ConfigItem_class));
|
||||
class->name = strdup(ce->ce_vardata);
|
||||
class->flags = CNF_CLASS;
|
||||
for (cep = ce->ce_entries; cep; cep = cep->ce_next)
|
||||
{
|
||||
if (!cep->ce_varname)
|
||||
|
@ -753,7 +751,6 @@ int _conf_me(ConfigFile *conf, ConfigEntry *ce)
|
|||
if (!conf_me)
|
||||
{
|
||||
conf_me = (ConfigItem_me *) MyMallocEx(sizeof(ConfigItem_me));
|
||||
conf_me->flags = CNF_ME;
|
||||
}
|
||||
for (cep = ce->ce_entries; cep; cep = cep->ce_next)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue