]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix type mismatch in db2_exp.c
authorGreg Hudson <ghudson@mit.edu>
Fri, 10 May 2013 19:03:25 +0000 (15:03 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 10 May 2013 19:03:25 +0000 (15:03 -0400)
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

index 010a79d1983ce2306a27e104052cda25e5445af1..4ae3e31d5f0992d151d55d71cf9f2f06129e5af1 100644 (file)
@@ -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,