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

fix zero descriptor initialization

parent 244c7238
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ static knot_lookup_table_t dns_classes[] = {
*/
static const rdata_descriptor_t rdata_descriptors[] = {
[0] = { { KNOT_RDATA_WF_REMAINDER,
KNOT_RDATA_WF_END }, "" },
KNOT_RDATA_WF_END }, NULL },
[KNOT_RRTYPE_A] = { { 4, KNOT_RDATA_WF_END }, "A" },
[KNOT_RRTYPE_NS] = { { KNOT_RDATA_WF_COMPRESSED_DNAME,
KNOT_RDATA_WF_END }, "NS" },
......
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