svn commit: samba r17778 - in branches/SAMBA_4_0/source/lib/ldb/common: .

metze at samba.org metze at samba.org
Thu Aug 24 09:41:11 GMT 2006


Author: metze
Date: 2006-08-24 09:41:10 +0000 (Thu, 24 Aug 2006)
New Revision: 17778

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

Log:
fix compiler warnings

metze
Modified:
   branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c	2006-08-24 08:48:15 UTC (rev 17777)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c	2006-08-24 09:41:10 UTC (rev 17778)
@@ -135,6 +135,8 @@
 	return NULL;
 }
 
+#ifndef STATIC_ldb_MODULES
+
 #ifdef HAVE_LDAP
 #define LDAP_INIT ldb_ldap_init,
 #else
@@ -147,7 +149,6 @@
 #define SQLITE3_INIT
 #endif
 
-#ifndef STATIC_ldb_MODULES
 #define STATIC_ldb_MODULES \
 	{	\
 		LDAP_INIT \



More information about the samba-cvs mailing list