Skip to content
Snippets Groups Projects
Commit 7c0ab14f authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Added missing space after APL rr in text dump.

refs #1696
parent 80ff4425
No related branches found
No related tags found
No related merge requests found
......@@ -673,7 +673,7 @@ char *rdata_apl_to_string(knot_rdata_item_t item)
sizeof(text_address))) {
snprintf(ret, sizeof(text_address) +
U32_MAX_STR_LEN * 2,
"%s%d:%s/%d",
"%s%d:%s/%d ",
negated ? "!" : "",
(int) address_family,
text_address,
......
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