mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 17:42:49 +02:00
Added code comments
This commit is contained in:
parent
f060292a9c
commit
783458e9ba
1 changed files with 2 additions and 0 deletions
|
|
@ -159,6 +159,8 @@ static void cmd_server_add_modify(const char *data, gboolean add)
|
||||||
}
|
}
|
||||||
else if (g_hash_table_lookup(optlist, "notls") || g_hash_table_lookup(optlist, "nossl")) {
|
else if (g_hash_table_lookup(optlist, "notls") || g_hash_table_lookup(optlist, "nossl")) {
|
||||||
rec->use_tls = FALSE;
|
rec->use_tls = FALSE;
|
||||||
|
/* if rec has tls_verify = TRUE then use_tls will be set to true on lines 224-225
|
||||||
|
so explicitly set tls_verify to FALSE when -notls is used */
|
||||||
rec->tls_verify = FALSE;
|
rec->tls_verify = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue