From 520e2258c9949f9129a2e124035c0200c0c59b39 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 29 May 2005 22:11:32 +0000 Subject: r7082: Call load_interfaces() in smbscript initialisation. (This used to be commit 54051bf8bbb18653adafb37cc6181617ca60b781) --- source4/scripting/ejs/smbscript.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/scripting') diff --git a/source4/scripting/ejs/smbscript.c b/source4/scripting/ejs/smbscript.c index a15fce57b0..754a49ccb1 100644 --- a/source4/scripting/ejs/smbscript.c +++ b/source4/scripting/ejs/smbscript.c @@ -54,6 +54,8 @@ void ejs_exception(const char *reason) exit(1); } + load_interfaces(); + mprSetCtx(mem_ctx); if (ejsOpen(NULL, NULL, NULL) != 0) { -- cgit