minor status must be set.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23672 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-08-25 02:32:43 +00:00
parent d1c07ab2a1
commit 59171e8164

View File

@@ -271,7 +271,6 @@ OM_uint32 _gss_ntlm_get_mic
ntlm_ctx ctx = (ntlm_ctx)context_handle;
OM_uint32 junk;
if (minor_status)
*minor_status = 0;
if (message_token) {
message_token->length = 0;
@@ -469,7 +468,6 @@ OM_uint32 _gss_ntlm_wrap
ntlm_ctx ctx = (ntlm_ctx)context_handle;
OM_uint32 ret;
if (minor_status)
*minor_status = 0;
if (conf_state)
*conf_state = 0;
@@ -539,7 +537,6 @@ OM_uint32 _gss_ntlm_unwrap
ntlm_ctx ctx = (ntlm_ctx)context_handle;
OM_uint32 ret;
if (minor_status)
*minor_status = 0;
if (output_message_buffer) {
output_message_buffer->value = NULL;