]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
[windows] Avoid a segmentation in killOmniNames
authoradam <adam>
Fri, 29 May 2009 11:59:36 +0000 (11:59 +0000)
committeradam <adam>
Fri, 29 May 2009 11:59:36 +0000 (11:59 +0000)
src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx

index eb2d2d9144b6026bf9ec2125f6dfd107a27fb117..197da12db9a570005b092792b73b70eaa515854a 100644 (file)
@@ -534,6 +534,8 @@ void SALOME_LifeCycleCORBA::killOmniNames()
   string portNumber (::getenv ("NSPORT") );
   if ( !portNumber.empty() ) 
     {
+#ifdef WNT
+#else
       string cmd ;
       cmd = string( "ps -eo pid,command | grep -v grep | grep -E \"omniNames.*")
         + portNumber
@@ -544,6 +546,7 @@ void SALOME_LifeCycleCORBA::killOmniNames()
       }
       catch ( ... ) {
       }
+#endif
     }
   
   // NPAL 18309  (Kill Notifd)