(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:
Love Hörnquist Åstrand
2007-04-23 12:19:14 +00:00
parent 7f7da44565
commit 03f9908752

View File

@@ -386,7 +386,7 @@ krb5_get_init_creds_opt_get_error(krb5_context context,
return ENOMEM;
}
ret = copy_KRB_ERROR(*error, opt->opt_private->error);
ret = copy_KRB_ERROR(opt->opt_private->error, *error);
if (ret)
krb5_clear_error_string(context);