compiler warning

This commit is contained in:
Sergei Golubchik
2017-09-22 20:12:15 +02:00
parent b75ca7e086
commit 88adfd0cea

View File

@ -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;