1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-07 20:23:50 +03:00

r26430: require explicit specification of loadparm context.

(This used to be commit 1b947fe0e6)
This commit is contained in:
Jelmer Vernooij
2007-12-13 22:46:17 +01:00
committed by Stefan Metzmacher
parent d891c0c74a
commit a2cea02584
21 changed files with 72 additions and 50 deletions

View File

@@ -192,7 +192,7 @@ static int ejs_creds_set_machine_account(MprVarHandle eid, int argc, struct MprV
return -1;
}
if (NT_STATUS_IS_OK(cli_credentials_set_machine_account(creds))) {
if (NT_STATUS_IS_OK(cli_credentials_set_machine_account(creds, global_loadparm))) {
mpr_Return(eid, mprCreateBoolVar(true));
} else {
mpr_Return(eid, mprCreateBoolVar(false));