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

Commitf376996

Browse files
committed
Fix typo in error message
1 parent18404ea commitf376996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/libpq/fe-connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4312,7 +4312,7 @@ init_allowed_encryption_methods(PGconn *conn)
43124312
if (conn->gssencmode[0]=='r')
43134313
{
43144314
libpq_append_conn_error(conn,
4315-
"GSSAPI encryption required but it is not supported over a local socket)");
4315+
"GSSAPI encryption required but it is not supported over a local socket");
43164316
conn->allowed_enc_methods=0;
43174317
conn->current_enc_method=ENC_ERROR;
43184318
return false;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp