summaryrefslogtreecommitdiff
path: root/source3/libads/authdata.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-08-14 16:04:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:45 -0500
commit3e00e2e9cecb829edf0a1d780abe78346d13ed2f (patch)
treede26490cf07508b6593165b42ba82a753ac987f3 /source3/libads/authdata.c
parentfe502551c32263ef6faed26ee691aa1586f75104 (diff)
downloadsamba-3e00e2e9cecb829edf0a1d780abe78346d13ed2f.tar.gz
samba-3e00e2e9cecb829edf0a1d780abe78346d13ed2f.tar.bz2
samba-3e00e2e9cecb829edf0a1d780abe78346d13ed2f.zip
r24424: Fix the build.
Guenther (This used to be commit 029bf26f8a571ae060f7be60fd3e8c61d86004f7)
Diffstat (limited to 'source3/libads/authdata.c')
-rw-r--r--source3/libads/authdata.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/libads/authdata.c b/source3/libads/authdata.c
index a76a7ca485..793b9adb06 100644
--- a/source3/libads/authdata.c
+++ b/source3/libads/authdata.c
@@ -958,11 +958,11 @@ out:
/****************************************************************
****************************************************************/
- NTSTATUS kerberos_return_pac(TALLOC_CTX *mem_ctx,
- const char *name,
- const char *pass,
- time_t time_offset,
- PAC_DATA **pac_ret)
+NTSTATUS kerberos_return_pac(TALLOC_CTX *mem_ctx,
+ const char *name,
+ const char *pass,
+ time_t time_offset,
+ PAC_DATA **pac_ret)
{
krb5_error_code ret;
NTSTATUS status = NT_STATUS_INVALID_PARAMETER;