add context argument to krb5_get_init_creds_opt_alloc

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12783 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-08 15:28:20 +00:00
parent 96273416f9
commit 5d190295aa
11 changed files with 11 additions and 11 deletions

View File

@@ -117,7 +117,7 @@ static OM_uint32 acquire_initiator_cred
kret = get_keytab(&keytab);
if (kret)
goto end;
kret = krb5_get_init_creds_opt_alloc(&opt);
kret = krb5_get_init_creds_opt_alloc(gssapi_krb5_context, &opt);
if (ret)
goto end;
kret = krb5_get_init_creds_keytab(gssapi_krb5_context, &cred,