From: barate Date: Thu, 1 Dec 2011 16:51:54 +0000 (+0000) Subject: Fix bug in Vishnu parameter X-Git-Tag: V6_4_0_VISHNU X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=837b04e550fd4a890a91ab153d63810f1f97e9fc;p=modules%2Fkernel.git Fix bug in Vishnu parameter --- 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;