mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
type fix
This commit is contained in:
parent
409a313895
commit
9131b569ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue