followup to SET PASSWORD fix

This commit is contained in:
serg@serg.mylan 2004-08-01 17:21:55 +02:00
parent c105f1ed8b
commit e8d23cfa26

View file

@ -1149,7 +1149,7 @@ bool check_change_password(THD *thd, const char *host, const char *user,
return(1);
}
uint len=strlen(new_password);
if (len != SCRAMBLED_PASSWORD_CHAR_LENGTH &&
if (len && len != SCRAMBLED_PASSWORD_CHAR_LENGTH &&
len != SCRAMBLED_PASSWORD_CHAR_LENGTH_323)
{
net_printf(thd, 0,