Skip to content

Fix logic bug in find_hosts caching #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Apr 24, 2025

The single = resulted in the value being assigned. If it's non-nil then it will also be true, even though the code suggests it was intended as a condition. In f87a1a8 it was changed, but it looks like that may have been accidental.

Fixes: f87a1a8 ("Fixes #21025 - support for non-default dns and network views.")

The single = resulted in the value being assigned. If it's non-nil then
it will also be true, even though the code suggests it was intended as a
condition. In f87a1a8 it was changed,
but it looks like that may have been accidental.

Fixes: f87a1a8 ("Fixes #21025 - support for non-default dns and network views.")
Copy link
Contributor

@timdeluxe timdeluxe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ekohl Are you going to release it? Or shall i?

Just for your general information (sorry to misuse this): Most probably we are going rid of Infoblox in our company. This means, that i will not be able to test developments or releases anymore in the near future. Does it make sense to still be maintainer of the two Infoblox plugins?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants