(krb5_get_init_creds_opt_get_error): correct the order of the
arguments. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20541 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -386,7 +386,7 @@ krb5_get_init_creds_opt_get_error(krb5_context context,
|
|||||||
return ENOMEM;
|
return ENOMEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = copy_KRB_ERROR(*error, opt->opt_private->error);
|
ret = copy_KRB_ERROR(opt->opt_private->error, *error);
|
||||||
if (ret)
|
if (ret)
|
||||||
krb5_clear_error_string(context);
|
krb5_clear_error_string(context);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user