Changeset 900


Ignore:
Timestamp:
08/11/25 13:21:15 (3 hours ago)
Author:
Kris Deugau
Message:

/trunk

Argh. Whitespace fiddling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB/ExportBIND.pm

    r899 r900  
    739739      my $recdata;
    740740      if ($subip =~ /\d+\.\d+\.\d+\.\d+/) {
    741         $recdata = "$host.     $attl   IN      A       $subip\n";
     741        $recdata = "$host.      $attl   IN      A       $subip\n";
    742742      } else {
    743         $recdata = "$host.     $attl   IN      AAAA    $subip\n";
     743        $recdata = "$host.      $attl   IN      AAAA    $subip\n";
    744744      }
    745745      __recprint($zonefiles, $loclist, $loc, $recdata);
    746746    }
    747747
    748  } # ALIAS
     748  } # ALIAS
    749749
    750750
Note: See TracChangeset for help on using the changeset viewer.