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:
committed by
Stefan Metzmacher
parent
d891c0c74a
commit
a2cea02584
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user