mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Use rpccli_samr_DeleteAliasMember() in net.
Guenther
This commit is contained in:
parent
51f5bcfd39
commit
b04bf5c125
@ -2490,7 +2490,9 @@ static NTSTATUS rpc_del_aliasmem(struct rpc_pipe_client *pipe_hnd,
|
||||
if (!NT_STATUS_IS_OK(result))
|
||||
return result;
|
||||
|
||||
result = rpccli_samr_del_aliasmem(pipe_hnd, mem_ctx, &alias_pol, &member_sid);
|
||||
result = rpccli_samr_DeleteAliasMember(pipe_hnd, mem_ctx,
|
||||
&alias_pol,
|
||||
&member_sid);
|
||||
|
||||
if (!NT_STATUS_IS_OK(result))
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user