Skip to content
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

Candidate fix for issue 1440 wildcard dns not updating properly after modification or delete #1719

Merged
merged 2 commits into from
Feb 1, 2024

Conversation

r-caamano
Copy link
Member

No description provided.

@r-caamano r-caamano requested review from a team as code owners January 31, 2024 20:09
if hostErr == nil {
hostErr = self.resolver.RemoveHostname(host)
if hostErr == nil {
pfxlog.Logger().Debug("Removed Hostname from Resolver%v", host)
Copy link
Member

Choose a reason for hiding this comment

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

we should use the same log technique as other messages in this function. e.g.:

log.Debugf("Removed Hostname from Resolver %v", host)

same thing on line 623 below.

Copy link
Member Author

Choose a reason for hiding this comment

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

ok thanks. changes pushed.

@scareything
Copy link
Member

fixes #1440

@r-caamano r-caamano merged commit 5ed4f2e into release-next Feb 1, 2024
21 of 22 checks passed
@r-caamano r-caamano deleted the fix_issue_1440_candidate branch February 1, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants