forked from p15670423/monkey
Agent: Fix incorrect port status in MockPuppet
This commit is contained in:
parent
8d361777bc
commit
b3c520f272
|
@ -279,4 +279,4 @@ class MockPuppet(IPuppet):
|
|||
|
||||
|
||||
def _get_empty_results(port: int):
|
||||
return PortScanData(port, False, None, None)
|
||||
return PortScanData(port, PortStatus.CLOSED, None, None)
|
||||
|
|
Loading…
Reference in New Issue