]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missing space in AAAA output [RT #1051]
authorBrian Wellington <source@isc.org>
Fri, 16 Mar 2001 22:14:00 +0000 (22:14 +0000)
committerBrian Wellington <source@isc.org>
Fri, 16 Mar 2001 22:14:00 +0000 (22:14 +0000)
bin/dig/nslookup.c

index bfb1bb5b82fa67e6a6f870eb62f92a45fb0374c1..fbc99dd77662c27e51a10ab3bcdfe936fd34ba06 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nslookup.c,v 1.69.2.4 2001/03/14 01:25:38 bwelling Exp $ */
+/* $Id: nslookup.c,v 1.69.2.5 2001/03/16 22:14:00 bwelling Exp $ */
 
 #include <config.h>
 
@@ -132,7 +132,7 @@ static const char *rtypetext[] = {
        "key = ",                       /* 25 */
        "px = ",                        /* 26 */
        "gpos = ",                      /* 27 */
-       "has AAAA address",             /* 28 */
+       "has AAAA address ",            /* 28 */
        "loc = ",                       /* 29 */
        "next = ",                      /* 30 */
        "rtype_31 = ",                  /* 31 */