s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()
[samba.git] / source3 / torture / masktest.c
index 05f9c60806a9d0dcc8b0f886973b17f9ff967e7a..6a4bb6e1d1e925bb8c4087da5d162ec8e4590e15 100644 (file)
@@ -179,7 +179,7 @@ static struct cli_state *connect_one(char *share)
 
        server_n = server;
 
-       status = cli_connect_nb(server, NULL, 0, 0x20, "masktest", Undefined,
+       status = cli_connect_nb(server, NULL, 0, 0x20, "masktest", Undefined, 0,
                                &c);
        if (!NT_STATUS_IS_OK(status)) {
                DEBUG(0,("Connection to %s failed. Error %s\n", server_n,