minor exception message change

This commit is contained in:
Arthur Passos 2024-11-11 16:51:13 -03:00
parent 30498c3a0a
commit 6ca3c14acf

View File

@ -276,7 +276,7 @@ namespace
{
std::shared_ptr<ASTAuthenticationData> ast_authentication_data;
if (!parseAuthenticationData(aux_pos, expected, ast_authentication_data, false, true, should_parse_no_password))
if (!parseAuthenticationData(aux_pos, expected, ast_authentication_data, false, true, false))
{
break;
}