svn commit: samba r24424 - in branches: SAMBA_3_2/source/libads SAMBA_3_2_0/source/libads

gd at samba.org gd at samba.org
Tue Aug 14 16:04:37 GMT 2007


Author: gd
Date: 2007-08-14 16:04:37 +0000 (Tue, 14 Aug 2007)
New Revision: 24424

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24424

Log:
Fix the build.

Guenther

Modified:
   branches/SAMBA_3_2/source/libads/authdata.c
   branches/SAMBA_3_2_0/source/libads/authdata.c


Changeset:
Modified: branches/SAMBA_3_2/source/libads/authdata.c
===================================================================
--- branches/SAMBA_3_2/source/libads/authdata.c	2007-08-14 16:04:31 UTC (rev 24423)
+++ branches/SAMBA_3_2/source/libads/authdata.c	2007-08-14 16:04:37 UTC (rev 24424)
@@ -958,11 +958,11 @@
 /****************************************************************
 ****************************************************************/
 
- 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;

Modified: branches/SAMBA_3_2_0/source/libads/authdata.c
===================================================================
--- branches/SAMBA_3_2_0/source/libads/authdata.c	2007-08-14 16:04:31 UTC (rev 24423)
+++ branches/SAMBA_3_2_0/source/libads/authdata.c	2007-08-14 16:04:37 UTC (rev 24424)
@@ -958,11 +958,11 @@
 /****************************************************************
 ****************************************************************/
 
- 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;



More information about the samba-cvs mailing list