]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Just for the fun agy/archi5_00
authorAnthony GEAY <anthony.geay@edf.fr>
Fri, 19 Feb 2021 23:07:06 +0000 (00:07 +0100)
committerAnthony GEAY <anthony.geay@edf.fr>
Fri, 19 Feb 2021 23:07:06 +0000 (00:07 +0100)
src/Session/SALOME_Session_Server.cxx

index 775e3034ec51cc90b841e5c3490e7664073e3fba..1c2dbd3edf4abe581f6be6821a2fc252861fe8dc 100644 (file)
@@ -451,7 +451,6 @@ void GUIAppOldStyle::shutdownRemoteServersIfNeeded(bool remoteLauncher)
 
 SALOME::Session_var GUIAppNewStyle::getSession()
 {
-  GetSessionRefSingleton()->get_future().wait();
   SALOME::Session_var session = GetSessionRefSingleton()->get_future().get();
   return session;
 }