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

RRSet wire: Bad type fixed.

parent 0dedeb78
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ typedef int (*dname_callback_t)(const uint8_t **, size_t *, uint8_t **,
static int process_other(const uint8_t **src, size_t *src_avail,
uint8_t **dst, size_t *dst_avail, int type)
{
size_t to_copy = 0;
int to_copy = 0;
switch (type) {
case KNOT_RDATA_WF_NAPTR_HEADER:
......
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