typo
[exim.git] / src / src / tls-openssl.c
index 66483704c93a25399432e2ea34e5b6ed39d4f1c0..ab76492bc75e42f96ca9fdc06a37db96ce570095 100644 (file)
@@ -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