projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe4705
)
Fix compile error in previous change
author
Greg Hudson
<ghudson@mit.edu>
Tue, 22 Nov 2011 17:48:29 +0000
(17:48 +0000)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/fast.c
b/src/lib/krb5/krb/fast.c
index 226cd0665dd95b2c4f1e25e9e7539ab1bd6922d2..a0db841d50db32da01847693d0fda9b8aea0dc0d 100644
(file)
--- 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;
}