port latest changes from SAMBA_3_0 tree
[tprouty/samba.git] / source / python / py_common.c
index ea092d93703b48419e6b2f866c4b591e0a58676c..02d22bbdab56662922601a24ac06b93aaa2d6d3a 100644 (file)
@@ -223,7 +223,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, NULL);
+               username, domain, password, 0, Undefined, NULL);
        
        if (!NT_STATUS_IS_OK(result)) {
                *errstr = strdup("error connecting to IPC$ pipe");