From: Vsevolod Stakhov Date: Sun, 3 Nov 2019 11:47:40 +0000 (+0000) Subject: [Minor] Grrrr... X-Git-Tag: 2.2~92 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2a2e89c1534eb378892633c15a1ef955ef435a61;p=rspamd.git [Minor] Grrrr... --- diff --git a/src/libutil/ssl_util.c b/src/libutil/ssl_util.c index 7901644bb..b65243989 100644 --- a/src/libutil/ssl_util.c +++ b/src/libutil/ssl_util.c @@ -479,7 +479,7 @@ rspamd_ssl_shutdown (struct rspamd_ssl_connection *conn) /* Cannot do anything else, fatal error */ GError *err = NULL; - rspamd_tls_set_error (ret, "final shutdown", &err); + rspamd_tls_set_error (nret, "final shutdown", &err); msg_debug_ssl ("ssl shutdown: fatal error: %e; retries=%d; ret=%d", err, retries, ret); g_error_free (err);