Ignore:
Timestamp:
10/30/12 12:34:14 (12 years ago)
Author:
Kris Deugau
Message:

/branches/stable

*sigh* Another fine brown-paper-bag commit.

  • $webvar{forcettl}/{newttl} passing truncated due to not watching what needed to be trimmed from the merge
  • TTL override needed to reach the actual insert processing; this was already reworked on /trunk due to other changes

And just for good measure, bump the patch version for release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/dns.cgi

    r437 r438  
    14871487      my %row;
    14881488      my ($code,$msg) = importAXFR($dbh, $webvar{ifrom}, $domain, $webvar{group},
    1489         $webvar{domstatus}, $webvar{rwsoa}, $webvar{rwns}, ($webvar{forcettl});
     1489        $webvar{domstatus}, $webvar{rwsoa}, $webvar{rwns}, ($webvar{forcettl} ? $webvar{newttl} : 0) );
    14901490      $row{domok} = $msg if $code eq 'OK';
    14911491      if ($code eq 'WARN') {
Note: See TracChangeset for help on using the changeset viewer.