- Jan Hrdonka reported another bug which I had to find and fix (details below)
- I was working on a new version of my tiny live CD distribution of Linux (Firefox had to be updated, etc.)
- I spent some time with my girlfriend this weekend
The reason for the bug is this: The CSV2 parser doesn't actually add the SOA record to memory until after all of the NS records, since the SOA record needs the NS records. The code adds the SOA records before adding the first non-NS entry. I forgot to add the SOA record after reading all of the zone in the case of having a zone with no records except SOA and NS records. I have added code to do this.
Since this is not a critical fix (there's a workaround for 1.2 users), this bug will not be fixed in MaraDNS 1.2