Add extra parm to cli_full_connection. Tim, you should probably take a look at this.
authorJim McDonough <jmcd@samba.org>
Fri, 18 Oct 2002 17:30:29 +0000 (17:30 +0000)
committerJim McDonough <jmcd@samba.org>
Fri, 18 Oct 2002 17:30:29 +0000 (17:30 +0000)
(This used to be commit 42f04bbbb220843dc545ae67417243797f39f429)

source3/python/py_common.c

index e21858e07226f47911396ba5ce3879f147bd7f91..d15df234d17179538e110eeb5983879c99aa992f 100644 (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");