Skip to content

Commit f376996

Browse files
committed
Fix typo in error message
1 parent 18404ea commit f376996

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)