1
0
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:
Bram Matthys
2006-04-29 16:51:38 +00:00
parent bdf968e11a
commit abfdc9050d
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -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"))