Merge branch 'master' of github.com:coolmay/whpc-linux-communicator

This commit is contained in:
evanc 2015-09-24 03:40:23 -07:00
Родитель acfca89c12 dccb82ff9f
Коммит 9f0b0f1571
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -489,7 +489,7 @@ namespace Microsoft.Hpc.Communicators.LinuxCommunicator
private string GetCallbackUri(string nodeName, string action)
{
return string.Format("{0}/api/{1}/{2}", string.Format(CultureInfo.InvariantCulture, this.server.LinuxCommunicatorUriTemplate, Environment.MachineName), nodeName, action);
return string.Format("{0}/api/{1}/{2}", string.Format(CultureInfo.InvariantCulture, this.server.LinuxCommunicatorUriTemplate, this.headNodeFqdn.Value), nodeName, action);
}
public void OnRegisterRequested(RegisterEventArgs registerEventArgs)