diff options
Diffstat (limited to 'contrib/bind/named/db_secure.c')
-rw-r--r-- | contrib/bind/named/db_secure.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bind/named/db_secure.c b/contrib/bind/named/db_secure.c index 0ec8353..db57708 100644 --- a/contrib/bind/named/db_secure.c +++ b/contrib/bind/named/db_secure.c @@ -1,5 +1,5 @@ #ifndef LINT -static char rcsid[] = "$Id: db_secure.c,v 8.6 1996/05/17 09:10:46 vixie Exp $"; +static char rcsid[] = "$Id: db_secure.c,v 8.7 1997/06/01 20:34:34 vixie Exp $"; #endif /* this file was contributed by Gregory Neil Shapiro of WPI in August 1993 */ @@ -29,7 +29,7 @@ build_secure_netlist(zp) struct zoneinfo *zp; { struct netinfo *ntp = NULL, **netlistp, **end; - char buf[BUFSIZ]; + char buf[MAXDNAME]; struct hashbuf *htp; struct namebuf *snp; struct databuf *dp; |