1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-28 12:36:38 +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
+2
View File
@@ -1163,3 +1163,5 @@
Reported and patch provided by Xuefer (#0002891).
- Made it so me::numeric can be changed (when not linked to any servers) so no server restart
is needed anymore (#0002896).
- set::ssl::egd does not require a parameter per-se (bug caused few days ago), reported
by Trocotronic (#0002899).
-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"))