1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-04-05 01:04:01 +02:00

Fix error introduced from previous commit

This commit is contained in:
Dirk 2018-08-15 02:15:19 +02:00
parent 89f7814f81
commit efa56a34f2

@ -16068,11 +16068,7 @@ determine_ip_addresses() {
IPADDRs=$(newline_to_spaces "$ip4 $ip6")
fi
else
if is_ipv4addr "$CMDLINE_IP"; then
IPADDRs=$(newline_to_spaces "$ip4")
else
IPADDRs=$(newline_to_spaces "$ip4 $ip6")
fi
IPADDRs=$(newline_to_spaces "$ip4")
fi
fi
if [[ -z "$IPADDRs" ]]; then