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

Commite4d905f

Browse files
committed
NULL is not an ideal way to spell bool "false".
Thinko in commit6633cfb, detected by buildfarm member hamerkop.
1 parent928e05d commite4d905f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/libpq/be-secure-gssapi.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ bool
752752
be_gssapi_get_deleg(Port*port)
753753
{
754754
if (!port|| !port->gss)
755-
returnNULL;
755+
returnfalse;
756756

757757
returnport->gss->delegated_creds;
758758
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp