2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Don't insert 2nd space between NSEC3 nexthash and typemap fields

This commit is contained in:
Mukund Sivaraman
2018-05-23 18:40:48 +05:30
committed by Mark Andrews
parent 374746430d
commit d4ea1edd2c
6 changed files with 19 additions and 7 deletions

View File

@@ -469,7 +469,7 @@ typemap_totext(isc_region_t *sr, dns_rdata_textctx_t *tctx,
{
unsigned int i, j, k;
unsigned int window, len;
isc_boolean_t first = ISC_FALSE;
isc_boolean_t first = ISC_TRUE;
for (i = 0; i < sr->length; i += len) {
if (tctx != NULL &&