From: Jeremy Harris Date: Thu, 25 May 2017 15:27:43 +0000 (+0100) Subject: typo X-Git-Tag: exim-4_90_RC1~150 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/b7663a25f7748a8ed74209e2f6d801ee311b9252 typo --- 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