From 36fa7396209d5dad516fa1ba8157781ecc194783 Mon Sep 17 00:00:00 2001 From: smh Date: Thu, 13 May 2004 06:48:54 +0000 Subject: [PATCH] Fix on Bug KERNEL5829 - Error message when quitting Salome --- src/Session/SALOME_Session_Server.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Session/SALOME_Session_Server.cxx b/src/Session/SALOME_Session_Server.cxx index 26babef31..ff9a6cf3c 100644 --- a/src/Session/SALOME_Session_Server.cxx +++ b/src/Session/SALOME_Session_Server.cxx @@ -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(); } -- 2.39.2