mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 02:03:13 -05:00
Typo fixes (#2031)
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"github.com/miekg/dns"
|
||||
)
|
||||
|
||||
// truncated looks at the error and if truncated return a nil errror
|
||||
// truncated looks at the error and if truncated return a nil error
|
||||
// and a possible reconstructed dns message if that was nil.
|
||||
func truncated(state request.Request, ret *dns.Msg, err error) (*dns.Msg, error) {
|
||||
// If you query for instance ANY isc.org; you get a truncated query back which miekg/dns fails to unpack
|
||||
|
||||
Reference in New Issue
Block a user