diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2010-01-06 21:45:30 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2010-01-06 21:45:30 +0000 |
commit | 1a707c0e67da562b02571106a36b14538caa6783 (patch) | |
tree | 5180e9822bf73978372743230c6a3624f07db14d /contrib/bind9/lib/dns/masterdump.c | |
parent | 3bcabf8f98591dc2c38dcb7eaf591d9954d296db (diff) |
Notes
Diffstat (limited to 'contrib/bind9/lib/dns/masterdump.c')
-rw-r--r-- | contrib/bind9/lib/dns/masterdump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/bind9/lib/dns/masterdump.c b/contrib/bind9/lib/dns/masterdump.c index 0f4716d583d9..bf938d8d8744 100644 --- a/contrib/bind9/lib/dns/masterdump.c +++ b/contrib/bind9/lib/dns/masterdump.c @@ -763,7 +763,8 @@ dump_order_compare(const void *a, const void *b) { static const char *trustnames[] = { "none", - "pending", + "pending-additional", + "pending-answer", "additional", "glue", "answer", |