aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-02-21 17:34:53 +0200
committerAvi Levkovich <avi@twine-s.com>2019-02-21 17:34:53 +0200
commitd7c8a8e9a6320ade6098e0d8e182c7ada4e30a97 (patch)
tree4f261cdd6c2f5a3336e09e775576fbd6bf353dd1 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
parent1b6e37351cde492bc27e48d4c53f6a69eea91052 (diff)
parenta5fde6c76b7c98c482d5fc069c371da5480c0bdf (diff)
downloadTango-d7c8a8e9a6320ade6098e0d8e182c7ada4e30a97.tar.gz
Tango-d7c8a8e9a6320ade6098e0d8e182c7ada4e30a97.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
index 369248c7b..fa9c95742 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
@@ -130,6 +130,7 @@ namespace Tango.PPC.Common.MachineSetup
Login(serialNumber).Wait();
MachineSetupRequest request = new MachineSetupRequest();
+ request.SerialNumber = serialNumber;
MachineSetupResponse setup_response = null;