This commit is contained in:
Miek Gieben 2012-09-10 20:51:19 +02:00
parent d78c870779
commit 3a6edfa2c9
5 changed files with 13 additions and 15 deletions

2
xfr.go
View File

@ -141,8 +141,6 @@ func checkXfrSOA(in *Msg, first bool) bool {
return false
}
// XfrSend performs an outgoing [AI]xfr depending on the request message. The
// caller is responsible for sending the correct sequence of RR sets through
// the channel c. For reasons of symmetry XfrToken is re-used.