summaryrefslogtreecommitdiff
path: root/source4/utils/net/net.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-20 03:40:44 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-20 03:40:44 +0100
commit0020793515ade04f3ef5754717490e2eb2ca6bb9 (patch)
treeb40253d4ced131796826b8fd143ee6fff8def466 /source4/utils/net/net.c
parent84f69645c2050434963de9eacf0f61e712d74879 (diff)
downloadsamba-0020793515ade04f3ef5754717490e2eb2ca6bb9.tar.gz
samba-0020793515ade04f3ef5754717490e2eb2ca6bb9.tar.bz2
samba-0020793515ade04f3ef5754717490e2eb2ca6bb9.zip
Fix static module list generation for ldb.
(This used to be commit 92c1c0e9137f0845cac6cc96bf78711b6aaffe21)
Diffstat (limited to 'source4/utils/net/net.c')
-rw-r--r--source4/utils/net/net.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/utils/net/net.c b/source4/utils/net/net.c
index 2c95e9033d..e0865c4416 100644
--- a/source4/utils/net/net.c
+++ b/source4/utils/net/net.c
@@ -182,8 +182,6 @@ static int binary_net(int argc, const char **argv)
dcerpc_init();
- ldb_global_init();
-
mem_ctx = talloc_init("net_context");
ctx = talloc(mem_ctx, struct net_context);
if (!ctx) {