1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-28 11:42:03 +03:00

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 44f0aba715)
This commit is contained in:
Jelmer Vernooij
2005-12-30 22:46:16 +00:00
committed by Gerald (Jerry) Carter
parent 5a26b2d72b
commit aa9f67163c
31 changed files with 58 additions and 89 deletions

View File

@ -25,7 +25,7 @@
#include "lib/appweb/ejs/ejs.h"
#include "lib/appweb/ejs/ejsInternal.h"
#include "scripting/ejs/smbcalls.h"
#include "smb_build.h"
#include "auth/gensec/gensec.h"
static EjsId eid;
@ -50,7 +50,7 @@ void ejs_exception(const char *reason)
int exit_status, i;
fault_setup(argv[0]);
smbscript_init_subsystems;
gensec_init();
mprSetCtx(mem_ctx);
lp_load();