mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-02 22:16:54 +00:00
Warn when unknown variables are found in [Features] section
This commit is contained in:
parent
6cb90f399d
commit
f1a4a4dc88
@ -1278,6 +1278,10 @@ Handle_FEATURES(int Line, char *Var, char *Arg)
|
||||
WarnPAM(Line);
|
||||
return;
|
||||
}
|
||||
|
||||
Config_Error(LOG_ERR,
|
||||
"%s, line %d (section \"Features\"): Unknown variable \"%s\"!",
|
||||
NGIRCd_ConfFile, Line, Var);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user