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

r7082: Call load_interfaces() in smbscript initialisation.

(This used to be commit 54051bf8bb)
This commit is contained in:
Tim Potter 2005-05-29 22:11:32 +00:00 committed by Gerald (Jerry) Carter
parent 18fa5ea9ef
commit 520e2258c9

View File

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