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

Commit10e0dd8

Browse files
committed
Remove duplicate, unnecessary, variable declaration
1 parentdbc6fcf commit10e0dd8

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_uint32lmin_s;
1102-
11031101
elog(DEBUG4,"sending GSS response token of length %u",
11041102
(unsignedint)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_uint32lmin_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)

[8]ページ先頭

©2009-2025 Movatter.jp