1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r10757: remove the proxy module (it is not complete yet)

(This used to be commit 3c5f3032fc)
This commit is contained in:
Andrew Tridgell 2005-10-06 06:01:56 +00:00 committed by Gerald (Jerry) Carter
parent 3cb96c8db9
commit 01e6c56208

View File

@ -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 }
};