Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Dec 16, 2015
1 parent 766e918 commit 5057e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/gssapi/krb5/cfx.c
Expand Up @@ -1335,15 +1335,15 @@ OM_uint32 _gssapi_unwrap_cfx(OM_uint32 *minor_status,
heim_assert(input_message_buffer->length == iov[0].buffer.length +
iov[1].buffer.length + iov[3].buffer.length,
"Incorrect length calculation in _gssapi_unwrap_cfx");

major_status = _gssapi_unwrap_cfx_iov(minor_status, ctx, context,
conf_state, qop_state,
iov, sizeof(iov)/sizeof(iov[0]));
if (major_status != GSS_S_COMPLETE) {
OM_uint32 tmp;
gss_release_buffer(&tmp, output_message_buffer);
}

return major_status;
}

Expand Down

0 comments on commit 5057e76

Please sign in to comment.