diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-09-11 23:49:57 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-09-11 23:49:57 +0200 |
commit | d0c9d5ed8eeafe316856ccb654d2297f0078cbb5 (patch) | |
tree | f037a68c63195b99b3fa9d46e3534e0c07a7ee23 /source4/lib/ldb/common | |
parent | df65fc02fb6684d86271c89a21f297fd29b8539c (diff) | |
download | samba-d0c9d5ed8eeafe316856ccb654d2297f0078cbb5.tar.gz samba-d0c9d5ed8eeafe316856ccb654d2297f0078cbb5.tar.bz2 samba-d0c9d5ed8eeafe316856ccb654d2297f0078cbb5.zip |
ldb: Remove references to operational module init function.
This module is now part of Samba 4's dsdb subsystem rather than
standalone ldb.
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r-- | source4/lib/ldb/common/ldb_modules.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_modules.c b/source4/lib/ldb/common/ldb_modules.c index 79a97cabed..206b225ca8 100644 --- a/source4/lib/ldb/common/ldb_modules.c +++ b/source4/lib/ldb/common/ldb_modules.c @@ -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), \ |