1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Merge branch 'master' into 2.0

This commit is contained in:
Julien Duponchelle 2016-10-19 09:13:28 +02:00
commit fbd3a54877
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -156,6 +156,8 @@ class PortManager:
try:
PortManager._check_port(host, port, socket_type)
if host != "0.0.0.0":
PortManager._check_port("0.0.0.0", port, socket_type)
return port
except OSError as e:
last_exception = e