This commit is contained in:
Miek Gieben 2012-05-06 21:17:56 +02:00
parent f1554db05d
commit e8d4dbb6ce
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ func setMG(h RR_Header, c chan lex, o, f string) (RR, *ParseError) {
rr.Hdr = h
l := <-c
rr.MG = l.token
rr.Mg = l.token
_, ld, ok := IsDomainName(l.token)
if !ok {
return nil, &ParseError{f, "bad MG Mg", l}