Skip to content

Commit ffe5dea

Browse files
committed
remove misleading command
1 parent 44d9f52 commit ffe5dea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testssl.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21969,7 +21969,6 @@ check_proxy() {
2196921969
PROXYNODE="${PROXYNODE/\]/}"
2197021970
is_number "$PROXYPORT" || fatal "Proxy port cannot be determined from \"$PROXY\"" $ERR_CMDLINE
2197121971

21972-
#FIXME: finish IPv6 proxy support, see #1105.
2197321972
if is_ipv4addr "$PROXYNODE"; then
2197421973
PROXYIP="$PROXYNODE"
2197521974
elif is_ipv6addr "$PROXYNODE"; then

0 commit comments

Comments
 (0)