All warnings removed.
Minimal changes to remove warnings when compiling.
This commit is contained in:
@ -2261,7 +2261,7 @@ char *create_auth_fail_str(
|
||||
}
|
||||
else if(errcode == MYSQL_FAILED_AUTH_SSL)
|
||||
{
|
||||
sprintf(errstr, ferrstr);
|
||||
sprintf(errstr, "%s", ferrstr);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user