Skip to content

Commit

Permalink
default to not retrying after error in client preauth loop
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/fast@22133 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
hartmans committed Mar 26, 2009
1 parent d7570df commit 175e626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/krb5/krb/fast.c
Expand Up @@ -154,6 +154,7 @@ krb5int_fast_process_error(krb5_context context, struct krb5int_fast_request_sta
krb5_error_code retval = 0;
krb5_error *err_reply = *err_replyptr;
*out_padata = NULL;
*retry = 0;
if (state->armor_key) {
krb5_pa_data *fast_pa, *fx_error_pa;
krb5_pa_data **result = NULL;
Expand Down

0 comments on commit 175e626

Please sign in to comment.