This commit is contained in:
tonu@volk.internalnet 2001-10-09 10:12:51 +02:00
commit 9131b569ca

View file

@ -58,7 +58,7 @@ report_errors()
if (!any_ssl_error) {
DBUG_PRINT("info", ("No OpenSSL errors."));
}
DBUG_PRINT("info", ("BTW, errno=%d", scoket_errno));
DBUG_PRINT("info", ("BTW, errno=%d", socket_errno));
DBUG_VOID_RETURN;
}