Skip to content

Commit 10e0dd8

Browse files
committed
Remove duplicate, unnecessary, variable declaration
1 parent dbc6fcf commit 10e0dd8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/backend/libpq/auth.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,8 +1098,6 @@ pg_GSS_recvauth(Port *port)
10981098
/*
10991099
* Negotiation generated data to be sent to the client.
11001100
*/
1101-
OM_uint32 lmin_s;
1102-
11031101
elog(DEBUG4, "sending GSS response token of length %u",
11041102
(unsigned int) port->gss->outbuf.length);
11051103

@@ -1110,8 +1108,6 @@ pg_GSS_recvauth(Port *port)
11101108

11111109
if (maj_stat != GSS_S_COMPLETE && maj_stat != GSS_S_CONTINUE_NEEDED)
11121110
{
1113-
OM_uint32 lmin_s;
1114-
11151111
gss_delete_sec_context(&lmin_s, &port->gss->ctx, GSS_C_NO_BUFFER);
11161112
pg_GSS_error(ERROR,
11171113
gettext_noop("accepting GSS security context failed"),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy