]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fix on Bug KERNEL5829
authorsmh <smh@opencascade.com>
Thu, 13 May 2004 06:48:54 +0000 (06:48 +0000)
committersmh <smh@opencascade.com>
Thu, 13 May 2004 06:48:54 +0000 (06:48 +0000)
- Error message when quitting Salome

src/Session/SALOME_Session_Server.cxx

index 26babef31855fc2eef7c5c58c7e74723b03efe7d..ff9a6cf3c20d22bc4258a65411887e366fbc4047 100644 (file)
@@ -222,7 +222,7 @@ int main(int argc, char **argv)
          MESSAGE (confMsg );
          QAD_CONFIG->createConfigFile(true);
        }
-      orb->shutdown(0);
+      //orb->shutdown(0);
       myServerLauncher->KillAll();
       aCatch.Deactivate();
     }