Changeset 852


Ignore:
Timestamp:
09/15/22 14:59:56 (20 months ago)
Author:
Kris Deugau
Message:

/trunk

Minor refinement to eliminate an error message from compact-recs.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/compact-recs.pl

    r836 r852  
    168168    while (my ($id,$host,$val) = $getsth->fetchrow_array) {
    169169      my $cmp = $patt;
     170      # skip existing template within the new template's range
     171      next if $val =~ m{/\d+$};
    170172      DNSDB::_template4_expand(\$cmp, $val, \$cidr);
    171173      $delsth->execute($id) if $cmp eq $host;
Note: See TracChangeset for help on using the changeset viewer.