1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Add extra parm to cli_full_connection. Tim, you should probably take a look at this.

This commit is contained in:
Jim McDonough
-
parent 1e8ca2801e
commit 42f04bbbb2

View File

@ -233,7 +233,7 @@ struct cli_state *open_pipe_creds(char *server, PyObject *creds,
result = cli_full_connection(
&cli, NULL, server, NULL, 0, "IPC$", "IPC",
username, domain, password, 0);
username, domain, password, 0, NULL);
if (!NT_STATUS_IS_OK(result)) {
*errstr = strdup("error connecting to IPC$ pipe");