aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/rdata/generic/nsec3_50.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dns/rdata/generic/nsec3_50.c')
-rw-r--r--lib/dns/rdata/generic/nsec3_50.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/dns/rdata/generic/nsec3_50.c b/lib/dns/rdata/generic/nsec3_50.c
index 35fcf5d58229..eb4f68dca2a1 100644
--- a/lib/dns/rdata/generic/nsec3_50.c
+++ b/lib/dns/rdata/generic/nsec3_50.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2009, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2008, 2009, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -140,7 +140,7 @@ totext_nsec3(ARGS_TOTEXT) {
unsigned int window, len;
unsigned char hash;
unsigned char flags;
- char buf[sizeof("65535 ")];
+ char buf[sizeof("TYPE65535")];
isc_uint32_t iterations;
isc_boolean_t first;
@@ -224,7 +224,6 @@ totext_nsec3(ARGS_TOTEXT) {
if (dns_rdatatype_isknown(t)) {
RETERR(dns_rdatatype_totext(t, target));
} else {
- char buf[sizeof("TYPE65535")];
sprintf(buf, "TYPE%u", t);
RETERR(str_totext(buf, target));
}