]> git.ipfire.org Git - thirdparty/krb5.git/commit
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)
commit1e8ec647b9c3ee20298245fb7958fe6fbeb81619
treea45ff862f2fca5036a8b3a831a7bd93b11d6954d
parent962e70a085314b44246263f5d8c9dc670a39eccb
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