krb5 commit: Fix type mismatch in db2_exp.c
Greg Hudson
ghudson at MIT.EDU
Fri May 10 15:03:43 EDT 2013
https://github.com/krb5/krb5/commit/1e8ec647b9c3ee20298245fb7958fe6fbeb81619
commit 1e8ec647b9c3ee20298245fb7958fe6fbeb81619
Author: Greg Hudson <ghudson at mit.edu>
Date: Fri May 10 15:03:25 2013 -0400
Fix type mismatch in db2_exp.c
The locking wrapper for audit_as_req used the wrong function
signature, which was harmless but produced a couple of warnings. Fix
it.
src/plugins/kdb/db2/db2_exp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/plugins/kdb/db2/db2_exp.c b/src/plugins/kdb/db2/db2_exp.c
index 010a79d..4ae3e31 100644
--- a/src/plugins/kdb/db2/db2_exp.c
+++ b/src/plugins/kdb/db2/db2_exp.c
@@ -171,7 +171,7 @@ WRAP_K (krb5_db2_promote_db,
WRAP_K (krb5_db2_check_policy_as,
(krb5_context kcontext, krb5_kdc_req *request, krb5_db_entry *client,
krb5_db_entry *server, krb5_timestamp kdc_time, const char **status,
- krb5_data *e_data),
+ krb5_pa_data ***e_data),
(kcontext, request, client, server, kdc_time, status, e_data));
WRAP_VOID (krb5_db2_audit_as_req,
More information about the cvs-krb5
mailing list