diff options
author | Tim Potter <tpot@samba.org> | 2005-06-12 06:37:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:01 -0500 |
commit | 9e555f75e2b4982804f8effb4f2b4da689d714e8 (patch) | |
tree | 79315c8c9b57ca4979bfc6543005bdfd52dee81e /source4/scripting | |
parent | 47ab0ed8edd9d2c8b1ca76cfc3bb3f3ae0917f51 (diff) | |
download | samba-9e555f75e2b4982804f8effb4f2b4da689d714e8.tar.gz samba-9e555f75e2b4982804f8effb4f2b4da689d714e8.tar.xz samba-9e555f75e2b4982804f8effb4f2b4da689d714e8.zip |
r7500: Initialise module subsystems.
(This used to be commit 564dfe14d00e80a0d373ab0fc17803ffaac0892e)
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/ejs/smbscript.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/ejs/smbscript.c b/source4/scripting/ejs/smbscript.c index 02a3aff28e..68d94f6d2a 100644 --- a/source4/scripting/ejs/smbscript.c +++ b/source4/scripting/ejs/smbscript.c @@ -57,6 +57,8 @@ void ejs_exception(const char *reason) load_interfaces(); + smbscript_init_subsystems; + mprSetCtx(mem_ctx); if (ejsOpen(NULL, NULL, NULL) != 0) { |