]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
restore buf.
authorMark Andrews <marka@isc.org>
Thu, 15 Nov 2001 02:52:23 +0000 (02:52 +0000)
committerMark Andrews <marka@isc.org>
Thu, 15 Nov 2001 02:52:23 +0000 (02:52 +0000)
lib/dns/message.c

index 0d521c53bad4672bf822eb9cf83d7a435207f635..e40cc85d27ffe0976755ff73cc9d335d5697f3e9 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: message.c,v 1.164.2.8 2001/11/15 01:30:37 marka Exp $ */
+/* $Id: message.c,v 1.164.2.9 2001/11/15 02:52:23 marka Exp $ */
 
 /***
  *** Imports
@@ -2817,6 +2817,7 @@ dns_message_pseudosectiontotext(dns_message_t *msg,
        dns_name_t *name = NULL;
        isc_result_t result;
        isc_boolean_t omit_final_dot;
+       char buf[sizeof("1234567890")];
 
        REQUIRE(DNS_MESSAGE_VALID(msg));
        REQUIRE(target != NULL);