also we should keep returning {} for other systems

This commit is contained in:
Jorge Schrauwen 2015-11-26 22:20:30 +00:00 committed by rallytime
parent 4953f58894
commit 2f940e22aa

View File

@ -556,6 +556,8 @@ def active_tcp():
'remote_port': '.'.join(connection['remote-address'].split('.')[-1:])
}
return ret
else:
return {}
def traceroute(host):