Changeset 723 for trunk


Ignore:
Timestamp:
05/20/15 13:55:38 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

... and, of course, the followup to catch a missed change in r722.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/IPDB.pm

    r722 r723  
    200200
    201201  # now we walk the new list of compacted blocks, and see which ones we need to insert
    202   $sth = $dbh->prepare("INSERT INTO freeblocks (cidr,city,routed,vrf,parent_id,master_id) VALUES (?,?,?,?,?)");
     202  $sth = $dbh->prepare("INSERT INTO freeblocks (cidr,city,routed,vrf,parent_id,master_id) VALUES (?,?,?,?,?,?)");
    203203  foreach my $cme (@combinelist) {
    204204    next if grep { $cme == $_ } @rawfb; # skip if the combined block was in the raw list
Note: See TracChangeset for help on using the changeset viewer.