summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-06-12 06:37:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:01 -0500
commit9e555f75e2b4982804f8effb4f2b4da689d714e8 (patch)
tree79315c8c9b57ca4979bfc6543005bdfd52dee81e /source4
parent47ab0ed8edd9d2c8b1ca76cfc3bb3f3ae0917f51 (diff)
downloadsamba-9e555f75e2b4982804f8effb4f2b4da689d714e8.tar.gz
samba-9e555f75e2b4982804f8effb4f2b4da689d714e8.tar.bz2
samba-9e555f75e2b4982804f8effb4f2b4da689d714e8.zip
r7500: Initialise module subsystems.
(This used to be commit 564dfe14d00e80a0d373ab0fc17803ffaac0892e)
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/ejs/smbscript.c2
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) {