aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-02-20 15:03:55 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-02-20 15:03:55 +0200
commit17446569ca8d8dd00331da5926b938593c4b117f (patch)
treeed4742719efe2c15027a347f3f84e024b087be68 /Software/Visual_Studio/Web/Tango.MachineService/Controllers
parentb740f2922a16a3df2897a4acbfca94bb87685045 (diff)
downloadTango-17446569ca8d8dd00331da5926b938593c4b117f.tar.gz
Tango-17446569ca8d8dd00331da5926b938593c4b117f.zip
Fixed some issues with PPC publish and setup..
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs
index ead64fb38..70d64be51 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs
@@ -457,7 +457,7 @@ namespace Tango.MachineService.Controllers
response.WebToken = TokensManager.GetOrCreate(new TokenObject()
{
Mode = LoginMode.Machine,
- UserGuid = machine.Guid,
+ MachineGuid = machine.Guid,
});
}
}