Assign ips first.

This was broken on Windows since ips was referenced in the return
but was never created
This commit is contained in:
David Boucha 2013-03-21 10:26:02 -06:00
parent f042f85e6c
commit 4e382e283a

View File

@ -739,6 +739,7 @@ def ip4():
'''
Return a list of ipv4 addrs
'''
ips = ''
if salt.utils.is_windows():
# TODO: Add windows ip addrs here
pass