use _krb5_get_init_creds_opt_copy
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12897 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1328,7 +1328,7 @@ krb5_get_init_creds_password(krb5_context context,
|
||||
char buf[BUFSIZ];
|
||||
krb5_error_code ret;
|
||||
|
||||
ret = krb5_get_init_creds_opt_copy(context, in_options, &options);
|
||||
ret = _krb5_get_init_creds_opt_copy(context, in_options, &options);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
|
Reference in New Issue
Block a user