ispman/lib/ISPMan/DNSMan SOArecords.pm,1.23,1.24

Joerg Delker <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/lib/ISPMan/DNSMan
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv11491/lib/ISPMan/DNSMan

Modified Files:
	SOArecords.pm 
Log Message:
fixes [ 1501527 ] ispman.dsnset throws error when adding CNAME

Index: SOArecords.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/DNSMan/SOArecords.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- SOArecords.pm	30 May 2006 20:38:27 -0000	1.23
+++ SOArecords.pm	6 Jun 2006 10:08:49 -0000	1.24
@@ -90,11 +90,7 @@
     $soa->{'serial'} = $self->updateSOASerial( $soa->{'serial'} );
 
     $self->delTree( $self->getsOARecordDn($domain) );
-    $self->setDNSsOARecord(
-        $domain,          $soa->{'primary'}, $soa->{'rootmail'},
-        $soa->{'serial'}, $soa->{'refresh'}, $soa->{'retry'},
-        $soa->{'expire'}, $soa->{'minimum'}
-    );
+    $self->setDNSsOARecord( $domain, $soa );
 }
 
 sub getDNSnSRecords {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.