remove unneeded blank line

This commit is contained in:
Scott Kuhl 2020-09-07 15:58:59 -04:00
parent 72ae202df3
commit 7573011a08

View File

@ -542,7 +542,6 @@ def _main(tcp_listener, udp_listener, fw, ssh_cmd, remotename,
debug1('seed_hosts: %r\n' % seed_hosts)
mux.send(0, ssnet.CMD_HOST_REQ, str.encode('\n'.join(seed_hosts)))
def check_ssh_alive():
if daemon:
# poll() won't tell us when process exited since the