1
0
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:
Günther Deschner 2008-03-05 09:53:33 +01:00
parent 2b5d47a093
commit d1ef6699c0

View File

@ -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)) {