1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Fix errors where free port as marked as used after an error

This commit is contained in:
Julien Duponchelle 2016-10-03 16:22:07 +02:00
parent 6fa8c52482
commit fb8a942620
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -77,9 +77,6 @@ class UDPLink(Link):
"""
Delete the link and free the resources
"""
if not self._created:
return
try:
node1 = self._nodes[0]["node"]
adapter_number1 = self._nodes[0]["adapter_number"]