Author: jelmer Date: 2007-12-24 00:10:08 +0000 (Mon, 24 Dec 2007) New Revision: 26577
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26577 Log: Fix the standalone ldb build. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c Changeset: Property changes on: branches/SAMBA_4_0 ___________________________________________________________________ Name: bzr:revision-info ...skipped... Name: bzr:file-ids ...skipped... Name: bzr:revision-id:v3-trunk0 ...skipped... Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c =================================================================== --- branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c 2007-12-23 23:54:30 UTC (rev 26576) +++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c 2007-12-24 00:10:08 UTC (rev 26577) @@ -153,17 +153,14 @@ #endif #define STATIC_LIBLDB_MODULES \ - { \ - LDAP_INIT \ - SQLITE3_INIT \ - ldb_tdb_init, \ - ldb_operational_init, \ - ldb_rdn_name_init, \ - ldb_paged_results_init, \ - ldb_sort_init, \ - ldb_asq_init, \ - NULL \ - } + LDAP_INIT \ + SQLITE3_INIT \ + ldb_tdb_init, \ + ldb_operational_init, \ + ldb_rdn_name_init, \ + ldb_paged_results_init, \ + ldb_sort_init, \ + ldb_asq_init #endif int ldb_global_init(void)
