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

source3/python/py_common.c

index 8742cfa363c97454d927a216a1319a147f2bfc0b..364271d57c4aa05bf9d2563d3099808c1b78ff8f 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");