mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
Typo fixes (#2031)
This commit is contained in:
@@ -267,7 +267,7 @@ func (r *Request) Scrub(reply *dns.Msg) (*dns.Msg, Result) {
|
||||
sub = optLen
|
||||
}
|
||||
|
||||
// substract to make spaces for re-added EDNS0 OPT RR.
|
||||
// subtract to make spaces for re-added EDNS0 OPT RR.
|
||||
re := len(reply.Extra) - sub
|
||||
size -= sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user