From 93a6d86bbcd72fc81e87f3432d843848ad41749b Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 8 Aug 2003 22:40:16 +0000 Subject: Remove a buffer which got added during the safe stringification, but left unused. ok tedu@ --- usr.sbin/bind/lib/dns/name.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/bind/lib') diff --git a/usr.sbin/bind/lib/dns/name.c b/usr.sbin/bind/lib/dns/name.c index 7c33c99fb3e..f4937ca24f8 100644 --- a/usr.sbin/bind/lib/dns/name.c +++ b/usr.sbin/bind/lib/dns/name.c @@ -1782,7 +1782,6 @@ dns_name_totext(dns_name_t *name, isc_boolean_t omit_final_dot, trem--; nlen--; } else { - char buf[5]; if (trem < 4) return (ISC_R_NOSPACE); snprintf(tdata, trem, -- cgit v1.2.3