fix compile warning
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17721 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user