From ccefb9a6fdd6cdba33fa63ee7284b3b0e0e618cb Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Tue, 22 Nov 2011 17:48:29 +0000 Subject: [PATCH] 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 --- src/lib/krb5/krb/fast.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/krb5/krb/fast.c b/src/lib/krb5/krb/fast.c index 226cd0665..a0db841d5 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; } -- 2.26.2