From 7980759352877a1aa67d9afd398debbbc6e0743a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 11 Jul 2004 11:52:01 +0000 Subject: r1447: Fix compile. Andrew Bartlett (This used to be commit b97ea8a63f044d2c20781c876575978cc4725285) --- source4/libcli/auth/kerberos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/libcli/auth/kerberos.h b/source4/libcli/auth/kerberos.h index 75dd4eeaa2..4a9d82acf1 100644 --- a/source4/libcli/auth/kerberos.h +++ b/source4/libcli/auth/kerberos.h @@ -68,6 +68,6 @@ NTSTATUS ads_verify_ticket(TALLOC_CTX *mem_ctx, krb5_auth_context auth_context, const char *realm, const DATA_BLOB *ticket, char **principal, DATA_BLOB *auth_data, - DATA_BLOB *ap_rep) + DATA_BLOB *ap_rep); #endif /* HAVE_KRB5 */ -- cgit