Changeset 127 for branches/stable


Ignore:
Timestamp:
01/18/05 14:43:51 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Whoops! Miscopied the "patch" for the hack to "correctly"
deallocate netblocks within 209.91.185.0/24.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/IPDB.pm

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