summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-05-10 15:03:25 -0400
committerGreg Hudson <ghudson@mit.edu>2013-05-10 15:03:25 -0400
commit1e8ec647b9c3ee20298245fb7958fe6fbeb81619 (patch)
treea45ff862f2fca5036a8b3a831a7bd93b11d6954d /src
parent962e70a085314b44246263f5d8c9dc670a39eccb (diff)
downloadkrb5-1e8ec647b9c3ee20298245fb7958fe6fbeb81619.tar.gz
krb5-1e8ec647b9c3ee20298245fb7958fe6fbeb81619.tar.xz
krb5-1e8ec647b9c3ee20298245fb7958fe6fbeb81619.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/plugins/kdb/db2/db2_exp.c2
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 010a79d198..4ae3e31d5f 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,