We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18404ea commit f376996Copy full SHA for f376996
src/interfaces/libpq/fe-connect.c
@@ -4312,7 +4312,7 @@ init_allowed_encryption_methods(PGconn *conn)
4312
if (conn->gssencmode[0] == 'r')
4313
{
4314
libpq_append_conn_error(conn,
4315
- "GSSAPI encryption required but it is not supported over a local socket)");
+ "GSSAPI encryption required but it is not supported over a local socket");
4316
conn->allowed_enc_methods = 0;
4317
conn->current_enc_method = ENC_ERROR;
4318
return false;
0 commit comments