1
0
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:
Deryck Hodge
2006-05-01 22:31:33 +00:00
committed by Gerald (Jerry) Carter
parent a02933c958
commit fd5bcecceb
9 changed files with 17 additions and 17 deletions

View File

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