[serverup] Log v4 vs. v6 even when connection times out

which moron wrote this code??
master
sfan5 2020-02-10 22:55:44 +01:00
parent 582d437fb6
commit 37df97bbce
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def check(host, port):
sock.send(b"\x4f\x45\x74\x03" + peer_id + b"\x00\x00\x03")
return end - start, ipproto
except socket.error:
return None, ""
return None, ipproto
finally:
sock.close()