We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f0cf7 commit b5c077cCopy full SHA for b5c077c
src/backend/libpq/crypt.c
@@ -89,7 +89,7 @@ md5_crypt_verify(const Port *port, const char *role, char *client_pass)
89
{
90
/* stored password already encrypted, only do salt */
91
if (!pg_md5_encrypt(shadow_pass + strlen("md5"),
92
- (char *) port->md5Salt,
+ port->md5Salt,
93
sizeof(port->md5Salt), crypt_pwd))
94
95
pfree(crypt_pwd);
0 commit comments