and fix this typo too

This commit is contained in:
Miek Gieben 2013-05-11 18:14:49 +02:00
parent 6f23a2e9f6
commit ce95cddec1
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ func (e *EDNS0_UL) Option() uint16 {
return EDNS0UL
}
// Copied: http://golang.org/src/pkg/net/dnsb.go
// Copied: http://golang.org/src/pkg/net/dnsmsg.go
func (e *EDNS0_UL) pack() ([]byte, error) {
b := make([]byte, 4)
b[0] = byte(e.Lease >> 24)