fix inifinite loop after failed bootstrap
The `zone_expire()` will return `false` if we don't know when the zone expires. This is tricky when used as `!zone_expire()`. We have to check explicitly if the SOA expire value is know.
Please register or sign in to comment