From 9b0f8a8e5ff578c0eb231fea80943f2a72dd7286 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Nov 2010 22:48:16 +1100 Subject: s4-ldb: use ldb_set_modules_dir() to load additional ldb modules this allows ldb_wrap to enable s4 modules in a standalone ldb install without any additional installation Autobuild-User: Andrew Tridgell Autobuild-Date: Mon Nov 1 13:47:33 UTC 2010 on sn-devel-104 --- source4/lib/ldb/include/ldb_private.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/lib/ldb/include') diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h index 04b6897e69..57d003b840 100644 --- a/source4/lib/ldb/include/ldb_private.h +++ b/source4/lib/ldb/include/ldb_private.h @@ -118,8 +118,6 @@ struct ldb_context { unsigned int create_perms; - char *modules_dir; - struct tevent_context *ev_ctx; bool prepare_commit_done; -- cgit