qop_state is not used any more, remove
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24918 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -44,15 +44,12 @@ OM_uint32 _gsskrb5_process_context_token (
|
|||||||
krb5_context context;
|
krb5_context context;
|
||||||
OM_uint32 ret = GSS_S_FAILURE;
|
OM_uint32 ret = GSS_S_FAILURE;
|
||||||
gss_buffer_desc empty_buffer;
|
gss_buffer_desc empty_buffer;
|
||||||
gss_qop_t qop_state;
|
|
||||||
|
|
||||||
empty_buffer.length = 0;
|
empty_buffer.length = 0;
|
||||||
empty_buffer.value = NULL;
|
empty_buffer.value = NULL;
|
||||||
|
|
||||||
GSSAPI_KRB5_INIT (&context);
|
GSSAPI_KRB5_INIT (&context);
|
||||||
|
|
||||||
qop_state = GSS_C_QOP_DEFAULT;
|
|
||||||
|
|
||||||
ret = _gsskrb5_verify_mic_internal(minor_status,
|
ret = _gsskrb5_verify_mic_internal(minor_status,
|
||||||
(gsskrb5_ctx)context_handle,
|
(gsskrb5_ctx)context_handle,
|
||||||
context,
|
context,
|
||||||
|
Reference in New Issue
Block a user