mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-11 23:54:28 +08:00
CSCGLOBAL: Fix comment typo (#2100)
This commit is contained in:
parent
169d7c8062
commit
35c0386a3d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ func nativeToRecordCNAME(nr nativeRecordCNAME, origin string, defaultTTL uint32)
|
||||||
return rc
|
return rc
|
||||||
}
|
}
|
||||||
|
|
||||||
// nativeToRecordA takes an AAAA record from DNS and returns a native RecordConfig struct.
|
// nativeToRecordAAAA takes an AAAA record from DNS and returns a native RecordConfig struct.
|
||||||
func nativeToRecordAAAA(nr nativeRecordAAAA, origin string, defaultTTL uint32) *models.RecordConfig {
|
func nativeToRecordAAAA(nr nativeRecordAAAA, origin string, defaultTTL uint32) *models.RecordConfig {
|
||||||
ttl := nr.TTL
|
ttl := nr.TTL
|
||||||
if ttl == 0 {
|
if ttl == 0 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue