]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
Fix a bug that salome does not start if launched with --port option
authoreap <eap@opencascade.com>
Wed, 22 Oct 2014 11:22:50 +0000 (15:22 +0400)
committereap <eap@opencascade.com>
Wed, 22 Oct 2014 11:22:50 +0000 (15:22 +0400)
bin/searchFreePort.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 9b14fab..27e51dc
@@ -132,6 +132,9 @@ def searchFreePort_withPortManager(queue, args={}, save_config=1, use_port=None)
     if port == use_port and port != -1:
       print "- OK"
       __setup_config(use_port, args, save_config)
+      queue.put([os.environ['OMNIORB_CONFIG'],
+                 os.environ['NSPORT'],
+                 os.environ['NSHOST']])
       return
     else:
       print "- KO: port is busy"