From 837b04e550fd4a890a91ab153d63810f1f97e9fc Mon Sep 17 00:00:00 2001 From: barate Date: Thu, 1 Dec 2011 16:51:54 +0000 Subject: [PATCH] Fix bug in Vishnu parameter --- src/Launcher/Launcher_Job.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Launcher/Launcher_Job.cxx b/src/Launcher/Launcher_Job.cxx index 8d18a3203..6e62fb5d7 100644 --- a/src/Launcher/Launcher_Job.cxx +++ b/src/Launcher/Launcher_Job.cxx @@ -544,7 +544,7 @@ Launcher::Job::common_job_params() params["VISHNU_PASSWORD"] = it->second; it = _specific_parameters.find("VishnuHostname"); if (it != _specific_parameters.end()) - params["VISHNU_HOSTNAME"] = it->second; + params["VISHNU_HOST_NAME"] = it->second; it = _specific_parameters.find("VishnuHostLogin"); if (it != _specific_parameters.end()) params["VISHNU_HOST_LOGIN"] = it->second; -- 2.39.2