Tweak tuning params.

This commit is contained in:
Simon Kelley
2014-03-01 20:03:47 +00:00
parent 0575610fa1
commit 1fbe4d2f5f
3 changed files with 5 additions and 4 deletions

View File

@@ -927,7 +927,7 @@ int extract_addresses(struct dns_header *header, size_t qlen, char *name, time_t
for (i = ntohs(header->qdcount); i != 0; i--)
{
int found = 0, cname_count = 10;
int found = 0, cname_count = CNAME_CHAIN;
struct crec *cpp = NULL;
int flags = RCODE(header) == NXDOMAIN ? F_NXDOMAIN : 0;
int secflag = secure ? F_DNSSECOK : 0;