From c34e096bb3ce47a8e7974efa6f3a088dd64f493c Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 12 Oct 2019 23:27:53 +0100 Subject: [PATCH] Send correct architecture on remote connection. --- DiscImageChef.Devices/Remote/Remote.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscImageChef.Devices/Remote/Remote.cs b/DiscImageChef.Devices/Remote/Remote.cs index c5a2d9942..7a7dc730e 100644 --- a/DiscImageChef.Devices/Remote/Remote.cs +++ b/DiscImageChef.Devices/Remote/Remote.cs @@ -88,7 +88,7 @@ namespace DiscImageChef.Devices.Remote sysname = DetectOS.GetPlatformName( DetectOS.GetRealPlatformID(), DetectOS.GetVersion()), release = DetectOS.GetVersion(), - machine = "", // TODO: Get architecture + machine = System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture.ToString(), hdr = new DicPacketHeader { id = Consts.PacketId,