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:
parent
790a46f53b
commit
54051bf8bb
@ -54,6 +54,8 @@ void ejs_exception(const char *reason)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
load_interfaces();
|
||||
|
||||
mprSetCtx(mem_ctx);
|
||||
|
||||
if (ejsOpen(NULL, NULL, NULL) != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user