Skip to content
Snippets Groups Projects
Commit 44f7f034 authored by Libor Peltan's avatar Libor Peltan
Browse files

kjournalprint: removed artifacts after SOA

parent d6fe0f9e
No related branches found
No related tags found
No related merge requests found
......@@ -2005,6 +2005,8 @@ static int rrset_txt_dump(const knot_rrset_t *rrset,
size_t len = 0;
dst[0] = '\0';
// Loop over rdata in rrset.
uint16_t rr_count = rrset->rrs.rr_count;
for (uint16_t i = 0; i < rr_count; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment