[PATCH] fetchzone.c: fix AAAA records

Corey Hickey bugfood-ml at fatooh.org
Mon Dec 27 19:37:57 EST 2010


Hi,

I noticed that fetchzone is concatenating two parts of AAAA records
together, without a ':' where it should be.

bugfood.fatooh.org. +300 aaaa 2001:470:805b:122cf:30ff:fe10:2dfc: ~
                                            ^^^^^
...instead of:
bugfood.fatooh.org. +300 aaaa 2001:470:805b:1:22cf:30ff:fe10:2dfc: ~
                                            ^^^^^^
This seems to just be a typo in a printf format string. Here's a patch
to fix it, assuming I'm not missing something.

Thanks,
Corey


More information about the list mailing list