diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-25 16:27:43 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-25 16:27:43 +0100 |
commit | b7663a25f7748a8ed74209e2f6d801ee311b9252 (patch) | |
tree | 47ced9a5322836aca8f9cac3292cddce5e3e8fea /src | |
parent | 8420742de4f8fc943b9e1e10e7eefc014e03054a (diff) |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/src/tls-openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |