fix compile warning

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17721 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-06-28 14:39:00 +00:00
parent 61a30996ac
commit 2ec4456fee
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ gss_set_cred_option (OM_uint32 *minor_status,
if (m->gm_set_cred_option != NULL)
major_status = m->gm_set_cred_option(minor_status,
cred->gmc_cred, object, value);
&cred->gmc_cred, object, value);
else
major_status = GSS_S_BAD_MECH;

View File

@@ -60,7 +60,7 @@ gss_set_sec_context_option (OM_uint32 *minor_status,
if (m->gm_set_sec_context_option != NULL)
major_status = m->gm_set_sec_context_option(minor_status,
ctx->gc_ctx, object, value);
&ctx->gc_ctx, object, value);
else
major_status = GSS_S_BAD_MECH;