diff options
author | Günther Deschner <gd@samba.org> | 2007-08-14 16:04:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:45 -0500 |
commit | 3e00e2e9cecb829edf0a1d780abe78346d13ed2f (patch) | |
tree | de26490cf07508b6593165b42ba82a753ac987f3 /source3/libads | |
parent | fe502551c32263ef6faed26ee691aa1586f75104 (diff) | |
download | samba-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')
-rw-r--r-- | source3/libads/authdata.c | 10 |
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; |