1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Compile fix for flags field to cli_full_connection()

(This used to be commit 802f30a1b34888823c1fc80121b3917cb6825119)
This commit is contained in:
Tim Potter 2002-07-11 22:19:31 +00:00
parent 2dc9d4cfa1
commit cad934c8e9

View File

@ -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");