mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
also we should keep returning {} for other systems
This commit is contained in:
parent
4953f58894
commit
2f940e22aa
1 changed files with 2 additions and 0 deletions
|
@ -556,6 +556,8 @@ def active_tcp():
|
|||
'remote_port': '.'.join(connection['remote-address'].split('.')[-1:])
|
||||
}
|
||||
return ret
|
||||
else:
|
||||
return {}
|
||||
|
||||
|
||||
def traceroute(host):
|
||||
|
|
Loading…
Add table
Reference in a new issue