From 68c7f7560e86635dfad15f85fd64c6670b1e30b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 22 Mar 2008 22:20:29 +0000 Subject: [PATCH] Update to match new API for windc interface. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22702 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/plugin/windc.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/plugin/windc.c b/tests/plugin/windc.c index 7c78847f7..4b1738b06 100644 --- a/tests/plugin/windc.c +++ b/tests/plugin/windc.c @@ -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;