diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-10-06 06:01:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:27 -0500 |
commit | 01e6c562086b42a59fc1ac6aa1a3359747b96fe6 (patch) | |
tree | e2ea357b0d2ac5b2f906c78c12d15ff905eba23c /source4/lib/ldb/common/ldb_modules.c | |
parent | 3cb96c8db92dc3059244f0977a79599b897a59b6 (diff) | |
download | samba-01e6c562086b42a59fc1ac6aa1a3359747b96fe6.tar.gz samba-01e6c562086b42a59fc1ac6aa1a3359747b96fe6.tar.bz2 samba-01e6c562086b42a59fc1ac6aa1a3359747b96fe6.zip |
r10757: remove the proxy module (it is not complete yet)
(This used to be commit 3c5f3032fcb092545580b986e0ce58bb49e4d9cb)
Diffstat (limited to 'source4/lib/ldb/common/ldb_modules.c')
-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 2885d46b37..955e46b91a 100644 --- a/source4/lib/ldb/common/ldb_modules.c +++ b/source4/lib/ldb/common/ldb_modules.c @@ -133,7 +133,6 @@ int ldb_load_modules(struct ldb_context *ldb, const char *options[]) { "objectguid", objectguid_module_init }, { "samldb", samldb_module_init }, { "samba3sam", ldb_samba3sam_module_init }, - { "proxy", proxy_module_init }, #endif { NULL, NULL } }; |