Update to match new API for windc interface.
authorLove Hörnquist Åstrand <lha@kth.se>
Sat, 22 Mar 2008 22:20:29 +0000 (22:20 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Sat, 22 Mar 2008 22:20:29 +0000 (22:20 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22702 ec53bebd-3082-4978-b11e-865c3cabbd6b

tests/plugin/windc.c

index 7c78847f797d78528789761b044ac9d59a2dcfea..4b1738b06b4467118ef24c26fa01dc0033bf2065 100644 (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;