mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Fix rpccli_srvsvc_NetSrvSetInfo call in libnetapi.
Guenther
(This used to be commit 5911529205
)
This commit is contained in:
parent
2b5d47a093
commit
d1ef6699c0
@ -268,7 +268,7 @@ static WERROR NetServerSetInfoRemote(struct libnetapi_ctx *ctx,
|
||||
status = rpccli_srvsvc_NetSrvSetInfo(pipe_cli, ctx,
|
||||
server_name,
|
||||
level,
|
||||
info,
|
||||
&info,
|
||||
parm_error,
|
||||
&werr);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
|
Loading…
Reference in New Issue
Block a user