add a dot

This commit is contained in:
Miek Gieben 2012-01-26 22:47:54 +01:00
parent 4f588a5d15
commit be7100cb02
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ func (dns *Msg) IsTsig() (ok bool) {
}
// IsEdns0 checks if the message has a Edns0 record, any EDNS0
// record in the additional section will do
// record in the additional section will do.
func (dns *Msg) IsEdns0() (ok bool) {
for _, r := range dns.Extra {
if r.Header().Rrtype == TypeOPT {