s3:client: s/Undefined/SMB_SIGNING_DEFAULT/
[ira/wip.git] / source3 / client / client.c
index beb3dca7105465ac50150995eba1654d305cbfb1..f06b241f64b9bb8f29e018ae24000c9e72e806dd 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, 0, &cli);
+                               lp_netbios_name(), SMB_SIGNING_DEFAULT, 0, &cli);
        if (!NT_STATUS_IS_OK(status)) {
                d_printf("Connection to %s failed. Error %s\n", desthost, nt_errstr(status));
                return 1;