Changeset 445


Ignore:
Timestamp:
01/04/13 16:26:15 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix bug in export caching for reverse zones that somehow managed
to cause them to not be cached at all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r444 r445  
    47234723      _printrec_tiny($datafile,'y',\%recflags,$revzone,
    47244724        $zsoa[0],$zsoa[1],$zsoa[2],$zsoa[3],$zsoa[4],$zsoa[5],$zsoa[6],$zsoa[8],'');
     4725      _printrec_tiny(*ZONECACHE,'y',\%recflags,$revzone,
     4726        $zsoa[0],$zsoa[1],$zsoa[2],$zsoa[3],$zsoa[4],$zsoa[5],$zsoa[6],$zsoa[8],'');
    47254727
    47264728      $recsth->execute($revid);
Note: See TracChangeset for help on using the changeset viewer.