mirror of
https://github.com/MariaDB/server.git
synced 2025-07-23 00:55:06 +00:00
compiler warning
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
static char *dictionary;
|
||||
|
||||
static int crackme(MYSQL_LEX_STRING *username, MYSQL_LEX_STRING *password)
|
||||
static int crackme(MYSQL_CONST_LEX_STRING *username, MYSQL_CONST_LEX_STRING *password)
|
||||
{
|
||||
char *user= alloca(username->length + 1);
|
||||
char *host;
|
||||
|
Reference in New Issue
Block a user