]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup: missing space between words in error message
authorAndreas Gustafsson <source@isc.org>
Thu, 15 Feb 2001 19:39:09 +0000 (19:39 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 15 Feb 2001 19:39:09 +0000 (19:39 +0000)
bin/named/update.c

index 0040ea495aadf87b52e592c89c1fc2c4c29c6c5e..226cecf5e7c9250837cf1c783d9ad86cceac8bb3 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: update.c,v 1.79.2.1 2001/01/09 22:32:18 bwelling Exp $ */
+/* $Id: update.c,v 1.79.2.2 2001/02/15 19:39:09 gson Exp $ */
 
 #include <config.h>
 
@@ -2049,7 +2049,7 @@ update_action(isc_task_t *task, isc_event_t *event) {
                } else if (update_class == dns_rdataclass_none) {
                        if (rdata.length != 0)
                                FAILC(DNS_R_FORMERR,
-                                     "class NONE prerequisite"
+                                     "class NONE prerequisite "
                                      "RDATA is not empty");
                        if (rdata.type == dns_rdatatype_any) {
                                CHECK(name_exists(db, ver, name, &flag));