Skip to content

Conversation

@chunkeey
Copy link
Member

@chunkeey chunkeey commented Dec 6, 2025

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: 20ea726 ("openconnect: make host dependency more resilient")

📦 Package Details

Maintainer: @nmav

Description:
Fixes #28015


✅ Formalities

  • I have reviewed the CONTRIBUTING.md file for detailed contributing guidelines.

If your PR contains a patch:

  • It can be applied using git am
  • It has been refreshed to avoid offsets, fuzzes, etc., using
    make package/<your-package>/refresh V=s
  • It is structured in a way that it is potentially upstreamable

@hnyman
Copy link
Contributor

hnyman commented Dec 7, 2025

You should increase PKG_RELEASE

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: 20ea726 ("openconnect: make host dependency more resilient")
Signed-off-by: Christian Lamparter <[email protected]>
@chunkeey
Copy link
Member Author

chunkeey commented Dec 8, 2025

You should increase PKG_RELEASE

Yes. I've updated the patch.

@hnyman hnyman merged commit e35de9a into openwrt:master Dec 9, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

openconnect: off-by-0=true and 1=false logic

3 participants