From: Greg Hudson Date: Tue, 22 Nov 2011 17:48:29 +0000 (+0000) Subject: Fix compile error in previous change X-Git-Tag: krb5-1.11-alpha1~859 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccefb9a6fdd6cdba33fa63ee7284b3b0e0e618cb;p=thirdparty%2Fkrb5.git Fix compile error in previous change 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 --- diff --git a/src/lib/krb5/krb/fast.c b/src/lib/krb5/krb/fast.c index 226cd0665d..a0db841d50 100644 --- a/src/lib/krb5/krb/fast.c +++ b/src/lib/krb5/krb/fast.c @@ -433,7 +433,6 @@ krb5int_fast_process_error(krb5_context context, *out_padata = (krb5_pa_data **)tdata; retval = 0; } - *out_padata = padata; } return retval; }