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:
@@ -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).
|
||||
|
||||
@@ -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