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

Fix indentation issue in option 23 #58

Merged
merged 1 commit into from
May 10, 2022
Merged

Conversation

anthonygego
Copy link
Contributor

Hello,

Option 23 does not seem to be sent to the clients if no nameserver variable is specified in the clients class even if the global nameserver variable is set.

I think it comes from an indentation issue in the code, as the elif statement is currently put after the transaction.client check. Indenting the block indeed seems to solve the issue.

Cordially,
Anthony

Otherwise global nameservers are not returned if not defined in client class
but client exists.
@HenriWahl HenriWahl merged commit 50295dd into HenriWahl:master May 10, 2022
@HenriWahl
Copy link
Owner

@anthonygego thanks!

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.

2 participants