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:
Love Hörnquist Åstrand
2007-06-13 00:25:25 +00:00
parent 4ec842b540
commit 811bb58fb6

View File

@@ -59,7 +59,7 @@ OM_uint32 _gss_ntlm_inquire_context (
if (mech_type)
*mech_type = GSS_NTLM_MECHANISM;
if (ctx_flags)
*ctx_flags = ctx->flags;
*ctx_flags = ctx->gssflags;
if (locally_initiated)
*locally_initiated = (ctx->status & STATUS_CLIENT) ? 1 : 0;
if (open_context)