commit 2a2e89c: [Minor] Grrrr...
Vsevolod Stakhov
vsevolod at highsecure.ru
Sun Nov 3 11:49:08 UTC 2019
Author: Vsevolod Stakhov
Date: 2019-11-03 11:47:40 +0000
URL: https://github.com/rspamd/rspamd/commit/2a2e89c1534eb378892633c15a1ef955ef435a61 (HEAD -> master)
[Minor] Grrrr...
---
src/libutil/ssl_util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
More information about the Commits
mailing list