]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
CCAR: Modify FindOrLoadComponent so that all modes be coherent (with parameter struct...
authorcaremoli <caremoli>
Tue, 15 Sep 2009 12:28:30 +0000 (12:28 +0000)
committercaremoli <caremoli>
Tue, 15 Sep 2009 12:28:30 +0000 (12:28 +0000)
      If the machine is not given, the default machine is the machine of the resources manager
      and not the local machine  as it was done in the string mode.

src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx

index b980df3845b6f6381d0e79a849f84403a976d656..53455360982754f42b8ebcf52db9da14789e35d7 100644 (file)
@@ -277,7 +277,7 @@ SALOME_LifeCycleCORBA::FindOrLoad_Component(const char *containerName,
     {
       // containerName doesn't contain "/" => Local container
       params->container_name=CORBA::string_dup(stContainer);
-      params->hostname=CORBA::string_dup(Kernel_Utils::GetHostname().c_str());
+      params->hostname="";
     }
   else 
     {