talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 759c3180615fd465f634e70f3392ccf258e7d7dd
parent 23716ceb9f2a450193ac5f139ae2dca5acf2539e
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Fri, 21 Dec 2018 10:48:12 +0100

Fix a mistake I made in commit 01179f2c1.

Diffstat:
Msrc/etpan/etpan-ssl.c | 2+-
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;