summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-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;