Commit 9131b569 authored by tonu@volk.internalnet's avatar tonu@volk.internalnet

type fix

parent 409a3138
...@@ -58,7 +58,7 @@ report_errors() ...@@ -58,7 +58,7 @@ report_errors()
if (!any_ssl_error) { if (!any_ssl_error) {
DBUG_PRINT("info", ("No OpenSSL errors.")); 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; DBUG_VOID_RETURN;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment