remove misleading command

This commit is contained in:
Dirk
2025-04-22 12:55:42 +02:00
parent 44d9f520fb
commit ffe5dea844

View File

@ -21969,7 +21969,6 @@ check_proxy() {
PROXYNODE="${PROXYNODE/\]/}"
is_number "$PROXYPORT" || fatal "Proxy port cannot be determined from \"$PROXY\"" $ERR_CMDLINE
#FIXME: finish IPv6 proxy support, see #1105.
if is_ipv4addr "$PROXYNODE"; then
PROXYIP="$PROXYNODE"
elif is_ipv6addr "$PROXYNODE"; then