]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missing comma in last pullup [RT #1780]
authorAndreas Gustafsson <source@isc.org>
Fri, 21 Sep 2001 23:18:45 +0000 (23:18 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 21 Sep 2001 23:18:45 +0000 (23:18 +0000)
lib/dns/result.c

index cc15c507ce02f0535d4d1424cb01779e9430fe12..693efe07e50760be51e5614c115df7fa647be210 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: result.c,v 1.90.2.1 2001/09/19 21:51:39 bwelling Exp $ */
+/* $Id: result.c,v 1.90.2.2 2001/09/21 23:18:45 gson Exp $ */
 
 #include <config.h>
 
@@ -118,7 +118,7 @@ static const char *text[DNS_R_NRESULTS] = {
 
        "unknown protocol",                    /* 75 DNS_R_UNKNOWNPROTO      */
        "clocks are unsynchronized",           /* 76 DNS_R_CLOCKSKEW         */
-       "IXFR failed"                          /* 77 DNS_R_BADIXFR           */
+       "IXFR failed",                         /* 77 DNS_R_BADIXFR           */
        "<unused 78>",                         /* 78 unused                  */
        "no valid KEY"                         /* 79 DNS_R_NOVALIDKEY        */
 };