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:
@@ -271,7 +271,6 @@ OM_uint32 _gss_ntlm_get_mic
|
|||||||
ntlm_ctx ctx = (ntlm_ctx)context_handle;
|
ntlm_ctx ctx = (ntlm_ctx)context_handle;
|
||||||
OM_uint32 junk;
|
OM_uint32 junk;
|
||||||
|
|
||||||
if (minor_status)
|
|
||||||
*minor_status = 0;
|
*minor_status = 0;
|
||||||
if (message_token) {
|
if (message_token) {
|
||||||
message_token->length = 0;
|
message_token->length = 0;
|
||||||
@@ -469,7 +468,6 @@ OM_uint32 _gss_ntlm_wrap
|
|||||||
ntlm_ctx ctx = (ntlm_ctx)context_handle;
|
ntlm_ctx ctx = (ntlm_ctx)context_handle;
|
||||||
OM_uint32 ret;
|
OM_uint32 ret;
|
||||||
|
|
||||||
if (minor_status)
|
|
||||||
*minor_status = 0;
|
*minor_status = 0;
|
||||||
if (conf_state)
|
if (conf_state)
|
||||||
*conf_state = 0;
|
*conf_state = 0;
|
||||||
@@ -539,7 +537,6 @@ OM_uint32 _gss_ntlm_unwrap
|
|||||||
ntlm_ctx ctx = (ntlm_ctx)context_handle;
|
ntlm_ctx ctx = (ntlm_ctx)context_handle;
|
||||||
OM_uint32 ret;
|
OM_uint32 ret;
|
||||||
|
|
||||||
if (minor_status)
|
|
||||||
*minor_status = 0;
|
*minor_status = 0;
|
||||||
if (output_message_buffer) {
|
if (output_message_buffer) {
|
||||||
output_message_buffer->value = NULL;
|
output_message_buffer->value = NULL;
|
||||||
|
Reference in New Issue
Block a user