[Commits] [SCM] claws branch, master, updated. 3.17.2-19-g759c318

ticho at claws-mail.org ticho at claws-mail.org
Fri Dec 21 10:48:54 CET 2018


The branch, master has been updated
       via  759c3180615fd465f634e70f3392ccf258e7d7dd (commit)
      from  23716ceb9f2a450193ac5f139ae2dca5acf2539e (commit)

Summary of changes:
 src/etpan/etpan-ssl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 759c3180615fd465f634e70f3392ccf258e7d7dd
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Fri Dec 21 10:48:12 2018 +0100

    Fix a mistake I made in commit 01179f2c1.

diff --git a/src/etpan/etpan-ssl.c b/src/etpan/etpan-ssl.c
index f853789..2657ec3 100644
--- 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;
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list