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

gd at samba.org gd at samba.org
Wed Jul 11 15:46:02 GMT 2007


Author: gd
Date: 2007-07-11 15:46:01 +0000 (Wed, 11 Jul 2007)
New Revision: 23842

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

Log:
Attempt to fix the build with LDAP.

Guenther

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


Changeset:
Modified: branches/SAMBA_3_2/source/libads/disp_sec.c
===================================================================
--- branches/SAMBA_3_2/source/libads/disp_sec.c	2007-07-11 15:23:51 UTC (rev 23841)
+++ branches/SAMBA_3_2/source/libads/disp_sec.c	2007-07-11 15:46:01 UTC (rev 23842)
@@ -19,6 +19,8 @@
 
 #include "includes.h"
 
+#ifdef HAVE_LDAP
+
 static struct perm_mask_str {
 	uint32  mask;
 	const char   *str;
@@ -215,4 +217,4 @@
 	printf("-------------- End Of Security Descriptor\n");
 }
 
-
+#endif

Modified: branches/SAMBA_3_2_0/source/libads/disp_sec.c
===================================================================
--- branches/SAMBA_3_2_0/source/libads/disp_sec.c	2007-07-11 15:23:51 UTC (rev 23841)
+++ branches/SAMBA_3_2_0/source/libads/disp_sec.c	2007-07-11 15:46:01 UTC (rev 23842)
@@ -19,6 +19,8 @@
 
 #include "includes.h"
 
+#ifdef HAVE_LDAP
+
 static struct perm_mask_str {
 	uint32  mask;
 	const char   *str;
@@ -215,4 +217,4 @@
 	printf("-------------- End Of Security Descriptor\n");
 }
 
-
+#endif



More information about the samba-cvs mailing list