Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit869e56a

Browse files
committed
Message style adjustment
1 parentb4e9368 commit869e56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/libpq/fe-auth-scram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ pg_fe_scram_build_secret(const char *password, const char **errstr)
931931
/* Generate a random salt */
932932
if (!pg_strong_random(saltbuf,SCRAM_DEFAULT_SALT_LEN))
933933
{
934-
*errstr=_("failed to generate random salt");
934+
*errstr=_("could not generate random salt");
935935
free(prep_password);
936936
returnNULL;
937937
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp