Skip to content
  • Mark Andrews's avatar
    Fix the variable checked by a post-load assertion · 35936515
    Mark Andrews authored and Michał Kępień's avatar Michał Kępień committed
    Instead of checking the value of the variable modified two lines earlier
    (the number of SOA records present at the apex of the old version of the
    zone), one of the RUNTIME_CHECK() assertions in zone_postload() checks
    the number of SOA records present at the apex of the new version of the
    zone, which is already checked before.  Fix the assertion by making it
    check the correct variable.
    
    (cherry picked from commit 098639dc)
    35936515