diff options
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/smbspool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index 1dc548727c..0804eb56ec 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -401,7 +401,7 @@ smb_complete_connection(const char *myname, /* Start the SMB connection */ *need_auth = false; nt_status = cli_start_connection(&cli, myname, server, NULL, port, - Undefined, flags, NULL); + Undefined, flags); if (!NT_STATUS_IS_OK(nt_status)) { fprintf(stderr, "ERROR: Connection failed: %s\n", nt_errstr(nt_status)); return NULL; |