Skip to content
Snippets Groups Projects
Commit 8e6b0544 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

zone-dump: don't print IN class with SOA record

parent 37a963f3
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@ static int apex_node_dump_text(zone_node_t *node, dump_params_t *params)
// Dump SOA record as a first.
if (!params->dump_nsec) {
soa_style.show_class = true;
if (knot_rrset_txt_dump(&soa, params->buf, params->buflen,
&soa_style) < 0) {
return KNOT_ENOMEM;
......
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