From 9852e793bcdd04bbb40c2d03424d6fe9f1098bc0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 24 Dec 2007 00:10:08 -0600 Subject: r26577: Fix the standalone ldb build. (This used to be commit 1cf374eb3125c66844f01d013016feaf99760582) --- source4/lib/ldb/common/ldb_modules.c | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'source4/lib') diff --git a/source4/lib/ldb/common/ldb_modules.c b/source4/lib/ldb/common/ldb_modules.c index f30206dc5b..4e70b177bc 100644 --- a/source4/lib/ldb/common/ldb_modules.c +++ b/source4/lib/ldb/common/ldb_modules.c @@ -153,17 +153,14 @@ static const struct ldb_module_ops *ldb_find_module_ops(const char *name) #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) -- cgit