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 dbc6fcf commit 10e0dd8Copy full SHA for 10e0dd8
src/backend/libpq/auth.c
@@ -1098,8 +1098,6 @@ pg_GSS_recvauth(Port *port)
1098
/*
1099
* Negotiation generated data to be sent to the client.
1100
*/
1101
- OM_uint32 lmin_s;
1102
-
1103
elog(DEBUG4, "sending GSS response token of length %u",
1104
(unsigned int) port->gss->outbuf.length);
1105
@@ -1110,8 +1108,6 @@ pg_GSS_recvauth(Port *port)
1110
1108
1111
1109
if (maj_stat != GSS_S_COMPLETE && maj_stat != GSS_S_CONTINUE_NEEDED)
1112
{
1113
1114
1115
gss_delete_sec_context(&lmin_s, &port->gss->ctx, GSS_C_NO_BUFFER);
1116
pg_GSS_error(ERROR,
1117
gettext_noop("accepting GSS security context failed"),
0 commit comments