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:
parent
6fa8c52482
commit
fb8a942620
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user