mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Fix typo.
This commit is contained in:
parent
cc494e3d39
commit
8c9c691c02
@ -177,7 +177,7 @@ def get_local_ip_for(target):
|
||||
return localip
|
||||
finally:
|
||||
d = port.stopListening()
|
||||
3 d.addErrback(log.err)
|
||||
d.addErrback(log.err)
|
||||
except (socket.error, CannotListenError):
|
||||
# no route to that host
|
||||
localip = None
|
||||
|
Loading…
Reference in New Issue
Block a user