Skip to content
Snippets Groups Projects
Commit a3c094aa authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

processing: fix code sample in documentation

parent fd735507
No related branches found
No related tags found
1 merge request!398Online DNSSEC Signing
......@@ -101,6 +101,7 @@ static int dnstrack_fail(knot_layer_t *ctx, knot_pkt_t *pkt)
knot_dname_to_str(qname, knot_pkt_qname(pkt), sizeof(qname));
printf("=> answer to '%s', rcode: %d\n",
qname, knot_wire_get_rcode(pkt->wire));
return ctx->state;
}
/*! Module implementation. */
......
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