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

Fixed typo

parent 4769f9e3
No related branches found
No related tags found
No related merge requests found
......@@ -848,7 +848,7 @@ uint16_t knot_rdata_ds_digest_len(const knot_rdata_t *rdata)
return 0;
}
return *(rdata->items[4].raw_data);
return *(rdata->items[3].raw_data);
}
/*----------------------------------------------------------------------------*/
......
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