accidently remote case

This commit is contained in:
Miek Gieben 2012-02-11 17:15:29 +01:00
parent 19cef3f981
commit b437299d77
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func setRR(h RR_Header, c chan lex, o, f string) (RR, *ParseError) {
case TypeSOA:
r, e = setSOA(h, c, o, f)
goto Slurp
case TypeSSHFP:
r, e = setSSHFP(h, c, f)
goto Slurp
case TypeSRV: