diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2009-11-30 02:59:30 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2009-11-30 02:59:30 +0000 |
| commit | 0f784036a584bfffbf0758a1d1664f605924c014 (patch) | |
| tree | 37ffd545adce0dc8679de1224253dec1127a85e6 /lib/dns/masterdump.c | |
| parent | d5e9ae7e174c2efbbf724c173aa324efe94b7ccc (diff) | |
Diffstat (limited to 'lib/dns/masterdump.c')
| -rw-r--r-- | lib/dns/masterdump.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index 5eac96ff2807..1dbb1e615e8b 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: masterdump.c,v 1.94.50.2 2009/01/18 23:47:40 tbox Exp $ */ +/* $Id: masterdump.c,v 1.94.50.2.12.1 2009/11/18 23:58:04 marka Exp $ */ /*! \file */ @@ -775,7 +775,8 @@ dump_order_compare(const void *a, const void *b) { static const char *trustnames[] = { "none", - "pending", + "pending-additional", + "pending-answer", "additional", "glue", "answer", |
