1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-19 06:48:10 +00:00

Drop a useless line of code in port_manager

This commit is contained in:
Julien Duponchelle 2017-01-09 16:11:34 +01:00
parent 035cbac28e
commit 2de60ba257
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -44,7 +44,6 @@ class PortManager:
self._used_udp_ports = set()
server_config = Config.instance().get_section_config("Server")
remote_console_connections = server_config.getboolean("allow_remote_console")
console_start_port_range = server_config.getint("console_start_port_range", 5000)
console_end_port_range = server_config.getint("console_end_port_range", 10000)