Skip to content

Commit

Permalink
Eliminate failure on rh7.3 ppc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Campbell committed Jul 11, 2017
1 parent 9ed6742 commit 07f6576
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Unix/http/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,6 @@ static MI_Boolean _ListenerCallback(
(mask & SELECTOR_DESTROY) != 0)
{
trace_SocketClose_REMOVEDESTROY();
HttpAuth_Close(handler_);
Sock_Close(handler->base.sock);
PAL_Free(handler);
}
Expand Down
1 change: 1 addition & 0 deletions Unix/http/httpauth.c
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,7 @@ void HttpAuth_Close(_In_ Handler *handlerIn)

if (_g_gssState.Gss_Delete_Sec_Context && handlerIn && context_hdl)
{
handler->pAuthContext = NULL;
(*_g_gssState.Gss_Delete_Sec_Context)(&min_stat, &context_hdl, NULL);
}
}
Expand Down

0 comments on commit 07f6576

Please sign in to comment.