1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r7082: Call load_interfaces() in smbscript initialisation.

This commit is contained in:
Tim Potter 2005-05-29 22:11:32 +00:00 committed by Gerald (Jerry) Carter
parent 790a46f53b
commit 54051bf8bb

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) {