Changeset 369 for branches/stable


Ignore:
Timestamp:
11/27/07 12:06:28 (16 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Bugfix the bugfix for the bugfix...
Fix mixup with filename of network data file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/extras/db2rwhois.pl

    r368 r369  
    180180
    181181  # Recreate the net-nnn.nnn.nnn.nnn-nn.txt data file
    182   my $masterfilename = "$rwnet/data/network/$rwnet.txt";
     182  my $masterfilename = "$rwnet/data/network/".$masterblocks[$i]->addr."-".$masterblocks[$i]->masklen.".txt";
    183183
    184184  open MASTERFILE,">$rwhoisDataPath/$masterfilename";
Note: See TracChangeset for help on using the changeset viewer.