Update to match new API for windc interface.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22702 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-03-22 22:20:29 +00:00
parent c008e1015f
commit 68c7f7560e

View File

@@ -60,8 +60,11 @@ pac_verify(void *ctx, krb5_context context,
}
static krb5_error_code
client_access(void *ctx, krb5_context context,
struct hdb_entry_ex *client, KDC_REQ *req)
client_access(void *ctx,
krb5_context context,
struct hdb_entry_ex *client,
KDC_REQ *req,
krb5_data *data)
{
krb5_warnx(context, "client_access");
return 0;