mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
also we should keep returning {} for other systems
This commit is contained in:
parent
4953f58894
commit
2f940e22aa
@ -556,6 +556,8 @@ def active_tcp():
|
||||
'remote_port': '.'.join(connection['remote-address'].split('.')[-1:])
|
||||
}
|
||||
return ret
|
||||
else:
|
||||
return {}
|
||||
|
||||
|
||||
def traceroute(host):
|
||||
|
Loading…
Reference in New Issue
Block a user