From 407fcf35fc2f8583fb448a51158c542fb0d5344c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 23 May 2011 21:37:03 -0700 Subject: [PATCH] update client_access --- tests/plugin/windc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugin/windc.c b/tests/plugin/windc.c index 0956ce831..44518dcf7 100644 --- a/tests/plugin/windc.c +++ b/tests/plugin/windc.c @@ -69,7 +69,7 @@ client_access(void *ctx, hdb_entry_ex *client, const char *client_name, hdb_entry_ex *server, const char *server_name, KDC_REQ *req, - krb5_data *e_data) + METHOD_DATA *data) { krb5_warnx(context, "client_access"); return 0;