Skip to content

Commit

Permalink
compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Sep 23, 2017
1 parent b75ca7e commit 88adfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/cracklib_password_check/cracklib_password_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 88adfd0

Please sign in to comment.