Changeset 520


Ignore:
Timestamp:
06/07/13 18:47:48 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Still managed to miss mis-setting TTL to 1 instead of -1 on PTR records.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tiny-import.pl

    r519 r520  
    358358      $rip =~ s/^\^//;
    359359      $rip =~ s/\.$//;
    360       $ttl = 1 if $ttl eq '';
     360      $ttl = -1 if $ttl eq '';
    361361      $stamp = '' if !$stamp;
    362362      $loc = '' if !$loc;
Note: See TracChangeset for help on using the changeset viewer.