Changeset 755
- Timestamp:
- 06/02/17 17:44:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r754 r755 6209 6209 # - the cache file does not exist 6210 6210 # - the cache file is empty 6211 # - the zone contains ALIAS pseudorecords, which need to cascade changes from the upstream CNAME farm at every opportunity 6212 if ( ($dbh->selectrow_array("SELECT count(*) FROM records WHERE domain_id = ? AND type=65300", undef, $domid))[0] ) { 6213 $changed = 1; # abuse this flag for zones with ALIAS records 6214 } 6211 6215 if (!$self->{usecache} || $self->{force_refresh} || $changed || !-e $cachefile || -z $cachefile) { 6212 6216 if ($self->{usecache}) {
Note:
See TracChangeset
for help on using the changeset viewer.