mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Message style adjustment
This commit is contained in:
parent
b4e936859d
commit
869e56a399
@ -931,7 +931,7 @@ pg_fe_scram_build_secret(const char *password, const char **errstr)
|
|||||||
/* Generate a random salt */
|
/* Generate a random salt */
|
||||||
if (!pg_strong_random(saltbuf, SCRAM_DEFAULT_SALT_LEN))
|
if (!pg_strong_random(saltbuf, SCRAM_DEFAULT_SALT_LEN))
|
||||||
{
|
{
|
||||||
*errstr = _("failed to generate random salt");
|
*errstr = _("could not generate random salt");
|
||||||
free(prep_password);
|
free(prep_password);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user