mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 09:16:37 +02:00
- set::ssl::egd does not require a parameter per-se (bug caused few days ago), reported
by Trocotronic (#0002899).
This commit is contained in:
@@ -7809,7 +7809,6 @@ int _test_set(ConfigFile *conf, ConfigEntry *ce)
|
||||
#ifdef USE_SSL
|
||||
for (cepp = cep->ce_entries; cepp; cepp = cepp->ce_next) {
|
||||
if (!strcmp(cepp->ce_varname, "egd")) {
|
||||
CheckNull(cepp);
|
||||
CheckDuplicate(cep, ssl_egd, "ssl::egd");
|
||||
}
|
||||
else if (!strcmp(cepp->ce_varname, "certificate"))
|
||||
|
||||
Reference in New Issue
Block a user