Fix compile error in previous change
authorGreg Hudson <ghudson@mit.edu>
Tue, 22 Nov 2011 17:48:29 +0000 (17:48 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 22 Nov 2011 17:48:29 +0000 (17:48 +0000)
A last-minute code editing mistake crept into the previous commit; fix
it.

ticket: 7023

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25484 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/fast.c

index 226cd0665dd95b2c4f1e25e9e7539ab1bd6922d2..a0db841d50db32da01847693d0fda9b8aea0dc0d 100644 (file)
@@ -433,7 +433,6 @@ krb5int_fast_process_error(krb5_context context,
                 *out_padata = (krb5_pa_data **)tdata;
             retval = 0;
         }
-        *out_padata = padata;
     }
     return retval;
 }