Changeset 852
- Timestamp:
- 09/15/22 14:59:56 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/compact-recs.pl
r836 r852 168 168 while (my ($id,$host,$val) = $getsth->fetchrow_array) { 169 169 my $cmp = $patt; 170 # skip existing template within the new template's range 171 next if $val =~ m{/\d+$}; 170 172 DNSDB::_template4_expand(\$cmp, $val, \$cidr); 171 173 $delsth->execute($id) if $cmp eq $host;
Note:
See TracChangeset
for help on using the changeset viewer.