Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
fix(Handler):fixed netcat
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Apr 2, 2019
1 parent 891b28a commit baf3bf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VirtualMachineService/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,6 @@ def netcat(self, host, port):
:return: True if successfully connected, False if not
"""
self.logger.info("Checking SSH Connection {0}:{1}".format(host, port))
return True

with closing(
socket.socket(socket.AF_INET, socket.SOCK_STREAM)) as sock:
Expand Down

0 comments on commit baf3bf7

Please sign in to comment.