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:
committed by
Mark Andrews
parent
374746430d
commit
d4ea1edd2c
@@ -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 &&
|
||||
|
Reference in New Issue
Block a user