mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
use DNS_NAME_MAXTEXT/DNS_NAME_FORMATSIZE
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: adb.c,v 1.144 2000/08/01 01:22:09 tale Exp $ */
|
||||
/* $Id: adb.c,v 1.145 2000/08/09 00:09:35 gson Exp $ */
|
||||
|
||||
/*
|
||||
* Implementation notes
|
||||
@@ -2994,7 +2994,7 @@ dns_adb_dumpfind(dns_adbfind_t *find, FILE *f) {
|
||||
|
||||
static void
|
||||
print_dns_name(FILE *f, dns_name_t *name) {
|
||||
char buf[1024];
|
||||
char buf[DNS_NAME_FORMATSIZE];
|
||||
|
||||
INSIST(f != NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user