mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
@ -214,7 +214,7 @@ _crypt_gensalt_sha(unsigned long count,
|
|||||||
|
|
||||||
/* Skip magic bytes, set by callers */
|
/* Skip magic bytes, set by callers */
|
||||||
s_ptr += 3;
|
s_ptr += 3;
|
||||||
if ((rc = pg_snprintf(s_ptr, 18, "rounds=%ld$", count)) <= 0)
|
if ((rc = pg_snprintf(s_ptr, 18, "rounds=%lu$", count)) <= 0)
|
||||||
ereport(ERROR,
|
ereport(ERROR,
|
||||||
errcode(ERRCODE_INTERNAL_ERROR),
|
errcode(ERRCODE_INTERNAL_ERROR),
|
||||||
errmsg("cannot format salt string"));
|
errmsg("cannot format salt string"));
|
||||||
|
Reference in New Issue
Block a user