2
0
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:
Andreas Gustafsson
2000-08-09 00:09:36 +00:00
parent ff56121a98
commit e605e98f3e
8 changed files with 18 additions and 24 deletions

View File

@@ -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);