]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
default to not retrying after error in client preauth loop
authorSam Hartman <hartmans@mit.edu>
Thu, 26 Mar 2009 05:37:04 +0000 (05:37 +0000)
committerSam Hartman <hartmans@mit.edu>
Thu, 26 Mar 2009 05:37:04 +0000 (05:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/fast@22133 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/fast.c

index 446a6212663d1c6b3ae1ecef8b8dcfc42d72f9a9..41f3731f23eb96ff1de568d1a90f6c0f08fdefa4 100644 (file)
@@ -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;