diff options
author | Simo Sorce <idra@samba.org> | 2006-11-13 14:22:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:47 -0500 |
commit | 4d12d3a5c82b95df15743353c1f6fa31d64b4ec5 (patch) | |
tree | 1e3e3cd1fd0a220a17a1d632167b12213daa0c44 /source3/lib/ldb | |
parent | cccf8f06337c037d92cd1c685e8204d97b0d9ce6 (diff) | |
download | samba-4d12d3a5c82b95df15743353c1f6fa31d64b4ec5.tar.gz samba-4d12d3a5c82b95df15743353c1f6fa31d64b4ec5.tar.bz2 samba-4d12d3a5c82b95df15743353c1f6fa31d64b4ec5.zip |
r19692: Another fix.
(This used to be commit a86a56fed3eb06b4b4a04329d42a9f57bad16271)
Diffstat (limited to 'source3/lib/ldb')
-rw-r--r-- | source3/lib/ldb/common/ldb_modules.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, \ |