Changeset 595


Ignore:
Timestamp:
03/07/14 15:30:42 (10 years ago)
Author:
Kris Deugau
Message:

/trunk

Add missing $ that caused TTLs on sub-/24 PTRs to be exported as a
literal "ttl" instead of the TTL value on the record.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r594 r595  
    56335633          ($val) = ($val =~ /\.(\d+)$/);
    56345634          print $datafile "^$val."._ZONE($zone, 'ZONE', 'r', '.').'.in-addr.arpa'.
    5635                 ":$host:ttl:$stamp:$loc\n" or die $!;
     5635                ":$host:$ttl:$stamp:$loc\n" or die $!;
    56365636        } else {
    56375637          $val = NetAddr::IP->new($val);
Note: See TracChangeset for help on using the changeset viewer.