aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-09-24 23:20:25 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-09-24 23:20:25 +0300
commit17a624c8ddacc1dac4904793645d6c893f7ced77 (patch)
tree1936f985376ed095189ba241f034f28207272a19 /Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs
parent09b1dd03e5d67453e673789fe0826e7a25d881ab (diff)
downloadTango-17a624c8ddacc1dac4904793645d6c893f7ced77.tar.gz
Tango-17a624c8ddacc1dac4904793645d6c893f7ced77.zip
Changed all PPC updated to based on GUID !
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs
index ab1f8e890..645ddbdf5 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs
@@ -452,7 +452,7 @@ namespace Tango.PPC.Common.Synchronization
await this.client.Login(new LoginRequest()
{
Mode = LoginMode.Machine,
- SerialNumber = _machineProvider.Machine.SerialNumber,
+ MachineGuid = _machineProvider.Machine.Guid,
});
}