summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-07-11 11:52:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:56 -0500
commit7980759352877a1aa67d9afd398debbbc6e0743a (patch)
tree9c6640d1f72b0967b49aed283a4cabcbbbfe96cf /source4
parent59a3aece8129d35e7b6c540b75cd585e88b4c05f (diff)
downloadsamba-7980759352877a1aa67d9afd398debbbc6e0743a.tar.gz
samba-7980759352877a1aa67d9afd398debbbc6e0743a.tar.bz2
samba-7980759352877a1aa67d9afd398debbbc6e0743a.zip
r1447: Fix compile.
Andrew Bartlett (This used to be commit b97ea8a63f044d2c20781c876575978cc4725285)
Diffstat (limited to 'source4')
-rw-r--r--source4/libcli/auth/kerberos.h2
1 files changed, 1 insertions, 1 deletions
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 */