From 3e00e2e9cecb829edf0a1d780abe78346d13ed2f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 14 Aug 2007 16:04:37 +0000 Subject: r24424: Fix the build. Guenther (This used to be commit 029bf26f8a571ae060f7be60fd3e8c61d86004f7) --- source3/libads/authdata.c | 10 +++++----- 1 file 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; -- cgit