mirror of
https://github.com/samba-team/samba.git
synced 2025-11-08 16:23:49 +03:00
r7082: Call load_interfaces() in smbscript initialisation.
This commit is contained in:
committed by
Gerald (Jerry) Carter
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) {
|
||||
|
||||
Reference in New Issue
Block a user