From 49c42e2550fe7340b88e910f621fef1678b571e3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 7 Aug 2007 04:29:42 +0000 Subject: r24261: Fix the standalone ldb build after I moved the objectclass module out. Andrew Bartlett (This used to be commit c4c3afcdcb6ac5dc220f353b25689056484ac6c9) --- source4/lib/ldb/common/ldb_modules.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/lib/ldb/common') diff --git a/source4/lib/ldb/common/ldb_modules.c b/source4/lib/ldb/common/ldb_modules.c index 24441f0010..ad537b4d86 100644 --- a/source4/lib/ldb/common/ldb_modules.c +++ b/source4/lib/ldb/common/ldb_modules.c @@ -1,4 +1,3 @@ - /* ldb database library @@ -155,7 +154,6 @@ static const struct ldb_module_ops *ldb_find_module_ops(const char *name) ldb_tdb_init, \ ldb_operational_init, \ ldb_rdn_name_init, \ - ldb_objectclass_init, \ ldb_paged_results_init, \ ldb_sort_init, \ ldb_asq_init, \ -- cgit