mirror of
https://github.com/miekg/dns.git
synced 2025-10-11 18:01:02 +02:00
comments
This commit is contained in:
parent
d574e43c00
commit
ab6e700ce1
@ -112,7 +112,6 @@ func (r *RR_DNSKEY) PrivateKeyString(p PrivateKey) (s string) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do I want Read/SetString or both???
|
|
||||||
func (k *RR_DNSKEY) Read(q io.Reader) os.Error {
|
func (k *RR_DNSKEY) Read(q io.Reader) os.Error {
|
||||||
z, e := Zparse(q)
|
z, e := Zparse(q)
|
||||||
if e != nil || z == nil {
|
if e != nil || z == nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user