s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()
[samba.git] / source3 / client / client.c
index 110614ecd22e870996e0ce0e3da56f8b9281289f..30f8b8baf4a4f93742e772722987824bcace0839 100644 (file)
@@ -5230,7 +5230,7 @@ static int do_message_op(struct user_auth_info *a_info)
 
        status = cli_connect_nb(desthost, have_ip ? &dest_ss : NULL,
                                port ? port : 139, name_type,
-                               lp_netbios_name(), Undefined, &cli);
+                               lp_netbios_name(), Undefined, 0, &cli);
        if (!NT_STATUS_IS_OK(status)) {
                d_printf("Connection to %s failed. Error %s\n", desthost, nt_errstr(status));
                return 1;