From 75987ebbaee93965493e773fa03afb8bd5487a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 23 Jul 2011 11:59:06 -0700 Subject: [PATCH] update to match plugin abi --- tests/plugin/windc.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/plugin/windc.c b/tests/plugin/windc.c index fd229e27d..0956ce831 100644 --- a/tests/plugin/windc.c +++ b/tests/plugin/windc.c @@ -41,10 +41,11 @@ pac_generate(void *ctx, krb5_context context, static krb5_error_code pac_verify(void *ctx, krb5_context context, - const krb5_principal client_principal, - struct hdb_entry_ex *client, - struct hdb_entry_ex *server, - struct hdb_entry_ex *krbtgt, + const krb5_principal new_ticket_client, + const krb5_principal delegation_proxy, + struct hdb_entry_ex * client, + struct hdb_entry_ex * server, + struct hdb_entry_ex * krbtgt, krb5_pac *pac) { krb5_error_code ret;