summaryrefslogtreecommitdiff
path: root/source3/libads/authdata.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-10-01 09:43:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:04:49 -0500
commitaa0dff680d2ea351a0a21cb86a51cd99887237c4 (patch)
tree048292b2e7fdea51d79fa8568dc64c6d72b52680 /source3/libads/authdata.c
parentba51ce60535b0f4c59be393bd4a925d51a583e6c (diff)
downloadsamba-aa0dff680d2ea351a0a21cb86a51cd99887237c4.tar.gz
samba-aa0dff680d2ea351a0a21cb86a51cd99887237c4.tar.bz2
samba-aa0dff680d2ea351a0a21cb86a51cd99887237c4.zip
r10671: Attempt to fix the build on machines without kerberos headers.
Volker (This used to be commit cb816e65a95802d5172c410d1acda2da070b871d)
Diffstat (limited to 'source3/libads/authdata.c')
-rw-r--r--source3/libads/authdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/authdata.c b/source3/libads/authdata.c
index 2e7866c055..d28376c775 100644
--- a/source3/libads/authdata.c
+++ b/source3/libads/authdata.c
@@ -763,7 +763,7 @@ static void dump_pac_logon_info(PAC_LOGON_INFO *logon_info) {
}
}
-NTSTATUS decode_pac_data(TALLOC_CTX *mem_ctx,
+ NTSTATUS decode_pac_data(TALLOC_CTX *mem_ctx,
DATA_BLOB *pac_data_blob,
krb5_context context,
krb5_keyblock *service_keyblock,