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

Check if dns_get_record returns non-false #27922

Merged
merged 2 commits into from
Jul 12, 2021
Merged

Commits on Jul 12, 2021

  1. Check if dns_get_record returns non-false

    `dns_get_record` can return false which results in exceptions such as
    the ones shown in #27870.
    
    Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
    LukasReschke committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    b0cef88 View commit details
    Browse the repository at this point in the history
  2. Check for !== false instead

    Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
    LukasReschke authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    84d9b17 View commit details
    Browse the repository at this point in the history