From: smh Date: Thu, 13 May 2004 06:48:54 +0000 (+0000) Subject: Fix on Bug KERNEL5829 X-Git-Tag: Ecole_Ete_a5~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=36fa7396209d5dad516fa1ba8157781ecc194783;p=modules%2Fkernel.git Fix on Bug KERNEL5829 - Error message when quitting Salome --- 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(); }