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 zone template's @allow_transfer check #123

Merged
merged 1 commit into from May 31, 2015
Merged

fix zone template's @allow_transfer check #123

merged 1 commit into from May 31, 2015

Conversation

darkfoxprime
Copy link

the zone template was including empty allow_transfer {} blocks because
a 0-length array was still being treated as "true". this PR changes
the check to verify that @allow_transfer is an array and has >0 size.

the zone template was including empty allow_transfer {} blocks because
a 0-length array was still being treated as "true".  this PR changes
the check to verify that @allow_transfer is an array and has >0 size.
solarkennedy added a commit that referenced this pull request May 31, 2015
fix zone template's @allow_transfer check
@solarkennedy solarkennedy merged commit 5261b86 into ajjahn:master May 31, 2015
@solarkennedy
Copy link
Collaborator

Thanks!

@darkfoxprime darkfoxprime deleted the fix-zone-allow-transfer branch June 7, 2015 17:31
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