Correctly detect that an answer has been truncated

This commit is contained in:
Sean Chittenden 2016-03-29 19:52:31 -07:00
parent 88c42f4056
commit 69696a9c1b
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ func trimUDPAnswers(config *DNSConfig, resp *dns.Msg) (trimmed bool) {
resp.Answer = resp.Answer[:len(resp.Answer)-1]
}
return len(resp.Answer) < maxAnswers
return len(resp.Answer) < numAnswers
}
// serviceLookup is used to handle a service query