Changeset 124


Ignore:
Timestamp:
01/07/05 13:20:32 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Fixed buglet that caused deallocated "netblocks" from 209.91.185
to be inserted with no city in the poolips table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/main.cgi

    r122 r124  
    15691569##TEMP
    15701570  # We've already deleted the block, now we have to stuff its IPs into the pool.
    1571   $sth = $ip_dbh->prepare("insert into poolips values ('209.91.185.0/24',?,'6750400','','d','y','','','')");
     1571  $sth = $ip_dbh->prepare("insert into poolips values ('209.91.185.0/24',?,'6750400','Sudbury','d','y','','','')");
    15721572  $sth->execute($cidr->addr);
    15731573  foreach my $ip ($cidr->hostenum) {
Note: See TracChangeset for help on using the changeset viewer.