commit c92be95a11655afa5990a822af2eb873f559e6a5
parent 8b90dc934a4aa20b0f008647254955f668590bad
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Fri, 21 Dec 2018 10:48:12 +0100
Fix a mistake I made in commit fd6f84d6b.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/etpan/etpan-ssl.c b/src/etpan/etpan-ssl.c
@@ -178,7 +178,7 @@ void etpan_connect_ssl_context_cb(struct mailstream_ssl_context * ssl_context, v
* to give the server a chance to select the correct certificate in the
* virtual hosting case where multiple domain names are hosted on the
* same IP address. */
- if (session->use_tls_sni &&
+ if (account->use_tls_sni &&
!is_numeric_host_address(account->recv_server)) {
int r;