Make krb5_get_init_creds_opt_free take a context argument.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19080 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-20 18:41:57 +00:00
parent 240d98f20f
commit 7624883fb4

View File

@@ -1503,7 +1503,7 @@ krb5_get_init_creds_password(krb5_context context,
free (q); free (q);
if (ret) { if (ret) {
memset (buf, 0, sizeof(buf)); memset (buf, 0, sizeof(buf));
krb5_get_init_creds_opt_free(options); krb5_get_init_creds_opt_free(context, options);
ret = KRB5_LIBOS_PWDINTR; ret = KRB5_LIBOS_PWDINTR;
krb5_clear_error_string (context); krb5_clear_error_string (context);
return ret; return ret;