mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 13:13:14 +02:00
link::options::tls was not working (an alias for link::options::ssl)
This commit is contained in:
+1
-1
@@ -6498,7 +6498,7 @@ int _test_link(ConfigFile *conf, ConfigEntry *ce)
|
||||
{
|
||||
if (!strcmp(ceppp->ce_varname, "autoconnect"))
|
||||
;
|
||||
else if (!strcmp(ceppp->ce_varname, "ssl") || strcmp(ceppp->ce_varname, "tls"))
|
||||
else if (!strcmp(ceppp->ce_varname, "ssl") || !strcmp(ceppp->ce_varname, "tls"))
|
||||
;
|
||||
else if (!strcmp(ceppp->ce_varname, "insecure"))
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user