Changeset 152 for branches/stable


Ignore:
Timestamp:
02/04/05 14:32:42 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Temporary-ish patch to properly handle static modem pools

File:
1 edited

Legend:

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

    r132 r152  
    250250          if ($type =~ /^.p$/) {
    251251            $msg = "Could not initialize IPs in new $disp_alloctypes{$type} pool $cidr";
    252             initPool($dbh,$cidr,$type,$city,($type eq 'dp' ? "all" : "normal"));
     252            initPool($dbh,$cidr,$type,$city,(($type eq 'dp' or $type eq 'mp') ? "all" : "normal"));
    253253          }
    254254
Note: See TracChangeset for help on using the changeset viewer.