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

r8357: Call lp_load() so we can access the various lp_functions().

This commit is contained in:
Tim Potter 2005-07-12 07:15:22 +00:00 committed by Gerald (Jerry) Carter
parent f70e8b4f6e
commit f76a7ec2a2

View File

@ -48,6 +48,8 @@ void ejs_exception(const char *reason)
smbscript_init_subsystems;
mprSetCtx(mem_ctx);
lp_load(dyn_CONFIGFILE);
if (argc < 2) {
fprintf(stderr, "You must supply a script name\n");
exit(1);