- Timestamp:
- 12/11/25 17:53:31 (22 hours ago)
- File:
-
- 1 edited
-
branches/cname-collision/DNSDB.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cname-collision/DNSDB.pm
r940 r941 635 635 # my $msg = 'OK'; 636 636 637 if ($ args{type} == 5) {637 if (${$args{rectype}} == 5) { 638 638 # First, check for non-CNAME collisions. 639 639 my @t = $dbh->selectrow_array("SELECT count(*) FROM "._rectable($args{defrec}, $args{revrec}). … … 876 876 return ('FAIL', $errstr) if ! _check_hostname_form(${$args{val}}, ${$args{rectype}}, $args{defrec}, $args{revrec}); 877 877 878 return ('FAIL', $errstr) unless $self->_cname_collision(%args);879 880 878 } # $zname !~ .rpz 881 879 } # revzone eq 'n' 880 881 return ('FAIL', $errstr) unless $self->_cname_collision(%args); 882 882 883 883 return ('OK','OK');
Note:
See TracChangeset
for help on using the changeset viewer.
![[ DNS Administrator ]](/fx/dnsadmin-logo.png)