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

Fixed an error in descriptors.

Refs #397
parent 0b51b7c1
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,9 @@ static dnslib_lookup_table_t dns_rrclasses[] = {
static dnslib_rrtype_descriptor_t
dnslib_rrtype_descriptors[DNSLIB_RRTYPE_DESCRIPTORS_LENGTH] = {
/* 0 */
{ 0, NULL, 1, { DNSLIB_RDATA_WF_BINARY }, { DNSLIB_RDATA_ZF_A }, true },
{ 0, NULL, 1, { DNSLIB_RDATA_WF_BINARY }, { DNSLIB_RDATA_ZF_UNKNOWN }, true },
/* 1 */
{ DNSLIB_RRTYPE_A, "A", 1, { DNSLIB_RDATA_WF_A }, { DNSLIB_RDATA_ZF_DNAME }, true },
{ DNSLIB_RRTYPE_A, "A", 1, { DNSLIB_RDATA_WF_A }, { DNSLIB_RDATA_ZF_A }, true },
/* 2 */
{ DNSLIB_RRTYPE_NS, "NS", 1,
{ DNSLIB_RDATA_WF_COMPRESSED_DNAME }, { DNSLIB_RDATA_ZF_DNAME }, true },
......
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