From aa9f67163cd2df2a815ef585edad1951343b82c8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 30 Dec 2005 22:46:16 +0000 Subject: r12620: Get rid of automatically generated lists of init functions of subsystems. This allows Samba libraries to be used by other projects (and parts of Samba to be built as shared libraries). (This used to be commit 44f0aba715bfedc7e1ee3d07e9a101a91dbd84b3) --- source4/utils/net/net.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/utils/net') diff --git a/source4/utils/net/net.c b/source4/utils/net/net.c index 17b12b7103..f82eddb763 100644 --- a/source4/utils/net/net.c +++ b/source4/utils/net/net.c @@ -44,7 +44,6 @@ #include "includes.h" #include "utils/net/net.h" #include "lib/cmdline/popt_common.h" -#include "smb_build.h" /* run a function from a function table. If not found then @@ -186,7 +185,7 @@ static int binary_net(int argc, const char **argv) return net_usage(ctx, argc, argv); } - net_init_subsystems; + dcerpc_init(); mem_ctx = talloc_init("net_context"); ctx = talloc(mem_ctx, struct net_context); -- cgit