mirror of
https://github.com/miekg/dns.git
synced 2025-12-16 09:11:34 +01:00
rename it
This commit is contained in:
parent
b74cc74914
commit
c9b4d9c6ab
2
tsig.go
2
tsig.go
@ -34,7 +34,7 @@ func (rr *RR_TSIG) Header() *RR_Header {
|
|||||||
return &rr.Hdr
|
return &rr.Hdr
|
||||||
}
|
}
|
||||||
|
|
||||||
func (rr *RR_TSIG) Defaults() {
|
func (rr *RR_TSIG) SetDefaults() {
|
||||||
rr.Header().Ttl = 0
|
rr.Header().Ttl = 0
|
||||||
rr.Header().Class = ClassANY
|
rr.Header().Class = ClassANY
|
||||||
rr.Header().Rrtype = TypeTSIG
|
rr.Header().Rrtype = TypeTSIG
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user