mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
compiler warning
This commit is contained in:
parent
b75ca7e086
commit
88adfd0cea
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue