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:
@@ -1503,7 +1503,7 @@ krb5_get_init_creds_password(krb5_context context,
|
||||
free (q);
|
||||
if (ret) {
|
||||
memset (buf, 0, sizeof(buf));
|
||||
krb5_get_init_creds_opt_free(options);
|
||||
krb5_get_init_creds_opt_free(context, options);
|
||||
ret = KRB5_LIBOS_PWDINTR;
|
||||
krb5_clear_error_string (context);
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user