Changeset 358


Ignore:
Timestamp:
07/05/12 17:52:39 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Minor bugfix that slipped through adding the NS hostname expansion in r357

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tiny-import.pl

    r357 r358  
    187187      $zone =~ s/\.$//;
    188188      $ns =~ s/\.$//;
    189       $ns = "$ns.ns.$fqdn" if $ns !~ /\./;
     189      $ns = "$ns.ns.$zone" if $ns !~ /\./;
    190190      $ttl = 0 if !$ttl;
    191191      $stamp = '' if !$stamp;
Note: See TracChangeset for help on using the changeset viewer.