mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 19:10:30 +04:00
e35de9af78
resolveip returns 0 on success. This means that the while loop
will just run until all tries are exhausted. But this was not
the intended behaviour.
Fixes: 20ea72607b ("openconnect: make host dependency more resilient")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>