mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Compile fix for flags field to cli_full_connection()
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user