Skip to content

Commit 8fe45d1

Browse files
author
thom
committed
Fix typo for DNAME
1 parent a504ec4 commit 8fe45d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/remote.d/dns.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ public function dns_cname_delete($session_id, $primary_id, $update_serial=false)
473473
// ----------------------------------------------------------------------------------------------------------------
474474

475475
//* Get record details
476-
public function dns_cname_get($session_id, $primary_id) {
476+
public function dns_dname_get($session_id, $primary_id) {
477477
return $this->dns_rr_get($session_id, $primary_id, 'DNAME');
478478
}
479479

0 commit comments

Comments
 (0)