ldb: Remove references to operational module init function.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 11 Sep 2009 21:49:57 +0000 (23:49 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 11 Sep 2009 21:49:57 +0000 (23:49 +0200)
This module is now part of Samba 4's dsdb subsystem rather than
standalone ldb.

source4/lib/ldb/common/ldb_modules.c
source4/lib/ldb/include/ldb_private.h

index 79a97cabeda040d8568ba6e2a945cc556d724c56..206b225ca83be6595fd9c9df88a6c97de2eec391 100644 (file)
@@ -785,7 +785,6 @@ int ldb_mod_register_control(struct ldb_module *module, const char *oid)
        LDB_BACKEND(tdb),       \
        LDAP_BACKEND    \
        SQLITE3_BACKEND \
-       LDB_MODULE(operational),        \
        LDB_MODULE(rdn_name),   \
        LDB_MODULE(paged_results),      \
        LDB_MODULE(server_sort),                \
index a70d9c704de59868e231b859eecacdde3f13f507..c12f33495bfef97a04eec723ad38d4087b5be00b 100644 (file)
@@ -123,7 +123,6 @@ int ldb_connect_backend(struct ldb_context *ldb, const char *url, const char *op
 
 
 extern const struct ldb_module_ops ldb_objectclass_module_ops;
-extern const struct ldb_module_ops ldb_operational_module_ops;
 extern const struct ldb_module_ops ldb_paged_results_module_ops;
 extern const struct ldb_module_ops ldb_rdn_name_module_ops;
 extern const struct ldb_module_ops ldb_schema_module_ops;