Removed useless ANYDB checks.
Conflicts: server/modules/protocol/mysql_common.c
This commit is contained in:
@ -1552,13 +1552,6 @@ int gw_find_mysql_user_password_sha1(char *username, uint8_t *gateway_password,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** See if ANYDB == Y */
|
|
||||||
if(key.resource)
|
|
||||||
{
|
|
||||||
key.resource = NULL;
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!user_password) {
|
if (!user_password) {
|
||||||
/*
|
/*
|
||||||
* user@% not found.
|
* user@% not found.
|
||||||
|
Reference in New Issue
Block a user