svn commit: samba r18453 - in branches/SAMBA_3_0/source/libads: .

vlendec at samba.org vlendec at samba.org
Wed Sep 13 10:03:27 GMT 2006


Author: vlendec
Date: 2006-09-13 10:03:27 +0000 (Wed, 13 Sep 2006)
New Revision: 18453

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

Log:
Attempt to fix the non-ldap build
Modified:
   branches/SAMBA_3_0/source/libads/ldap.c


Changeset:
Modified: branches/SAMBA_3_0/source/libads/ldap.c
===================================================================
--- branches/SAMBA_3_0/source/libads/ldap.c	2006-09-13 10:00:45 UTC (rev 18452)
+++ branches/SAMBA_3_0/source/libads/ldap.c	2006-09-13 10:03:27 UTC (rev 18453)
@@ -2874,6 +2874,8 @@
 }
 #endif
 
+#ifdef HAVE_LDAP
+
 /**
  * Delete a machine from the realm
  * @param ads connection to ads server
@@ -2993,3 +2995,5 @@
 	return status;
 }
 #endif
+
+#endif



More information about the samba-cvs mailing list