From 4d12d3a5c82b95df15743353c1f6fa31d64b4ec5 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 13 Nov 2006 14:22:56 +0000 Subject: r19692: Another fix. (This used to be commit a86a56fed3eb06b4b4a04329d42a9f57bad16271) --- source3/lib/ldb/common/ldb_modules.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/lib/ldb') diff --git a/source3/lib/ldb/common/ldb_modules.c b/source3/lib/ldb/common/ldb_modules.c index 325cab6dfd..8bcafa36a8 100644 --- a/source3/lib/ldb/common/ldb_modules.c +++ b/source3/lib/ldb/common/ldb_modules.c @@ -154,7 +154,6 @@ static const struct ldb_module_ops *ldb_find_module_ops(const char *name) LDAP_INIT \ SQLITE3_INIT \ ldb_tdb_init, \ - ldb_schema_init, \ ldb_operational_init, \ ldb_rdn_name_init, \ ldb_objectclass_init, \ -- cgit