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:
parent
18fa5ea9ef
commit
520e2258c9
@ -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