Skip to content
Snippets Groups Projects
Commit fd2868c1 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Small fix

parent 3767b5f0
No related branches found
No related tags found
No related merge requests found
......@@ -2416,7 +2416,7 @@ static int xfrin_apply_replace_soa(knot_zone_contents_t *contents,
++changes->old_rdata_count;
// insert the new SOA RRSet to the node
dbg_xfrin_verbose(stderr, "Adding SOA.\n");
dbg_xfrin_verb(stderr, "Adding SOA.\n");
ret = knot_node_add_rrset(node, chset->soa_to, 0);
if (ret != KNOT_EOK) {
dbg_xfrin("Failed to add RRSet to node.\n");
......
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