Fix typo in last commit.

This commit is contained in:
Simon Kelley
2016-03-01 15:19:13 +00:00
parent c7f3bd2ac8
commit aa300f7167

View File

@@ -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;
}