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/smbd/server.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/smbd/server.c') diff --git a/source4/smbd/server.c b/source4/smbd/server.c index e09c993f3c..513fa19c42 100644 --- a/source4/smbd/server.c +++ b/source4/smbd/server.c @@ -33,6 +33,7 @@ #include "registry/registry.h" #include "ntvfs/ntvfs.h" #include "ntptr/ntptr.h" +#include "auth/gensec/gensec.h" /* recursively delete a directory tree @@ -217,7 +218,7 @@ static int binary_smbd_main(const char *binary_name, int argc, const char *argv[ exit(1); } - smbd_init_subsystems; + gensec_init(); registry_init(); /* FIXME: maybe run this in the initialization function of the winreg RPC server instead? */ -- cgit