mirror of
https://github.com/samba-team/samba.git
synced 2025-07-21 12:59:09 +03:00
r15385: Some work to bring the python code up to date with the
rpc client rewrite.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
a02933c958
commit
fd5bcecceb
@ -569,7 +569,7 @@ static PyObject *samr_connect(PyObject *self, PyObject *args, PyObject *kw)
|
||||
goto done;
|
||||
}
|
||||
|
||||
ntstatus = rpccli_samr_connect(cli, mem_ctx, desired_access, &hnd);
|
||||
ntstatus = rpccli_samr_connect(cli->pipe_list, mem_ctx, desired_access, &hnd);
|
||||
|
||||
if (!NT_STATUS_IS_OK(ntstatus)) {
|
||||
cli_shutdown(cli);
|
||||
|
Reference in New Issue
Block a user