Use ctx->gssflags for flags.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21079 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -59,7 +59,7 @@ OM_uint32 _gss_ntlm_inquire_context (
|
|||||||
if (mech_type)
|
if (mech_type)
|
||||||
*mech_type = GSS_NTLM_MECHANISM;
|
*mech_type = GSS_NTLM_MECHANISM;
|
||||||
if (ctx_flags)
|
if (ctx_flags)
|
||||||
*ctx_flags = ctx->flags;
|
*ctx_flags = ctx->gssflags;
|
||||||
if (locally_initiated)
|
if (locally_initiated)
|
||||||
*locally_initiated = (ctx->status & STATUS_CLIENT) ? 1 : 0;
|
*locally_initiated = (ctx->status & STATUS_CLIENT) ? 1 : 0;
|
||||||
if (open_context)
|
if (open_context)
|
||||||
|
Reference in New Issue
Block a user