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

Commitb5c077c

Browse files
committed
Remove useless cast
1 parent66f0cf7 commitb5c077c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/libpq/crypt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ md5_crypt_verify(const Port *port, const char *role, char *client_pass)
8989
{
9090
/* stored password already encrypted, only do salt */
9191
if (!pg_md5_encrypt(shadow_pass+strlen("md5"),
92-
(char*)port->md5Salt,
92+
port->md5Salt,
9393
sizeof(port->md5Salt),crypt_pwd))
9494
{
9595
pfree(crypt_pwd);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp