(krb5_get_in_cred): clear error string when preauth was required and
we retry git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10004 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -726,6 +726,7 @@ krb5_get_in_cred(krb5_context context,
|
|||||||
done = 0;
|
done = 0;
|
||||||
preauth = my_preauth;
|
preauth = my_preauth;
|
||||||
krb5_free_error_contents(context, &error);
|
krb5_free_error_contents(context, &error);
|
||||||
|
krb5_clear_error_string(context);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if(ret_as_reply)
|
if(ret_as_reply)
|
||||||
|
Reference in New Issue
Block a user