From b7663a25f7748a8ed74209e2f6d801ee311b9252 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 25 May 2017 16:27:43 +0100 Subject: [PATCH] typo --- src/src/tls-openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index 66483704c..ab76492bc 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -2577,7 +2577,7 @@ static uschar * corked = NULL; static int c_size = 0, c_len = 0; DEBUG(D_tls) debug_printf("%s(%p, %d%s)\n", __FUNCTION__, - buff, left, more ? ", more" : ""); + buff, len, more ? ", more" : ""); /* Lacking a CORK or MSG_MORE facility (such as GnuTLS has) we copy data when "more" is notified. This hack is only ok if small amounts are involved AND only -- 2.30.2