Skip to content

Commit

Permalink
8337 gss: misleading-indentation
Browse files Browse the repository at this point in the history
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Gordon Ross <gwr@nexenta.com>
  • Loading branch information
tsoome authored and gwr committed Jun 7, 2017
1 parent f535223 commit cb4d790
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
Expand Up @@ -1064,12 +1064,11 @@ kgss_accept_sec_context(
} else
gssd_ver_cred_handle = GSSD_NO_CREDENTIAL;

err = kgss_accept_sec_context_wrapped(minor_status,
&kctx->gssd_ctx,
&kctx->gssd_ctx_verifier, gssd_ver_cred_handle,
gssd_cred_verifier, input_token, input_chan_bindings,
src_name, mech_type, output_token, ret_flags,
time_rec, delegated_cred_handle, uid);
err = kgss_accept_sec_context_wrapped(minor_status, &kctx->gssd_ctx,
&kctx->gssd_ctx_verifier, gssd_ver_cred_handle,
gssd_cred_verifier, input_token, input_chan_bindings,
src_name, mech_type, output_token, ret_flags,
time_rec, delegated_cred_handle, uid);

if (GSS_ERROR(err)) {
KGSS_FREE(kctx);
Expand Down

0 comments on commit cb4d790

Please sign in to comment.