diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-11-16 11:15:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:28:18 -0500 |
commit | a7127ad79ebc8c5dc861bffd8e51c4ec31e5c046 (patch) | |
tree | 4ae7ec3aac3d19d9ac4bb96ccaa8e6cc5ce50f48 /source4/lib/ldb/common | |
parent | 982f7f9b443d6ecaddcbb2e3f79029aced06fdd0 (diff) | |
download | samba-a7127ad79ebc8c5dc861bffd8e51c4ec31e5c046.tar.gz samba-a7127ad79ebc8c5dc861bffd8e51c4ec31e5c046.tar.bz2 samba-a7127ad79ebc8c5dc861bffd8e51c4ec31e5c046.zip |
r19743: merge from samba3:
remove old unused schema module
metze
(This used to be commit 3c16951b0d88013b34a0213ced79087653713ddf)
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 f1138afd81..a6997b324a 100644 --- a/source4/lib/ldb/common/ldb_modules.c +++ b/source4/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, \ |