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

Commitc74d586

Browse files
committed
Fix function return type confusion
When parse_hba_line's return type was changed from bool to a pointer,the MANDATORY_AUTH_ARG macro wasn't adjusted.
1 parentd788121 commitc74d586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/libpq/hba.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ check_same_host_or_net(SockAddr *raddr, IPCompareMethod method)
790790
authname, argname), \
791791
errcontext("line %d of configuration file \"%s\"", \
792792
line_num, HbaFileName))); \
793-
returnfalse; \
793+
returnNULL; \
794794
} \
795795
} while (0);
796796

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp