Commit aa300f71 authored by Simon Kelley's avatar Simon Kelley

Fix typo in last commit.

parent c7f3bd2a
......@@ -145,7 +145,7 @@ size_t add_pseudoheader(struct dns_header *header, size_t plen, unsigned char *l
if (i + len > rdlen)
{
rdlen = 0;
islast = 0;
is_last = 0;
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment