1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-19 04:23:48 +03:00

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

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

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