From 802f30a1b34888823c1fc80121b3917cb6825119 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 11 Jul 2002 22:19:31 +0000 Subject: Compile fix for flags field to cli_full_connection() --- source/python/py_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/python/py_common.c') diff --git a/source/python/py_common.c b/source/python/py_common.c index 471a53da844..890422536e0 100644 --- a/source/python/py_common.c +++ b/source/python/py_common.c @@ -174,7 +174,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); + username, domain, password, 0); if (!NT_STATUS_IS_OK(result)) { *errstr = strdup("error connecting to IPC$ pipe"); -- cgit