r7082: Call load_interfaces() in smbscript initialisation.
authorTim Potter <tpot@samba.org>
Sun, 29 May 2005 22:11:32 +0000 (22:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:13 +0000 (13:17 -0500)
(This used to be commit 54051bf8bbb18653adafb37cc6181617ca60b781)

source4/scripting/ejs/smbscript.c

index a15fce57b09f32f1bcf08df916d6c4ce161ca08f..754a49ccb1125b562b049c471b7e25cf411ee399 100644 (file)
@@ -54,6 +54,8 @@ void ejs_exception(const char *reason)
                exit(1);
        }
 
+       load_interfaces();
+
        mprSetCtx(mem_ctx);
 
        if (ejsOpen(NULL, NULL, NULL) != 0) {