mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Fix rpccli_srvsvc_NetSrvSetInfo call in libnetapi.
Guenther
(This used to be commit 5911529205
)
This commit is contained in:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user