diff --git a/source/python/py_common.c b/source/python/py_common.c index e21858e0722..d15df234d17 100644 --- a/source/python/py_common.c +++ b/source/python/py_common.c @@ -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");