Changeset 741 for trunk/cgi-bin


Ignore:
Timestamp:
06/04/15 16:01:34 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Commit lingering fix in allocateBlock() for incorrect failure allocating
a pool IP

File:
1 edited

Legend:

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

    r740 r741  
    13981398  $alloc_from = new NetAddr::IP $alloc_from;
    13991399  return ('FAIL',"Failed to allocate $args{cidr};  intended free block was used by another allocation.")
    1400         if !$fbparent;
     1400        if ($args{type} !~ /.i/ && !$fbparent);
    14011401##fixme:  fail here if !$alloc_from
    14021402# also consider "lock for allocation" due to multistep allocation process
Note: See TracChangeset for help on using the changeset viewer.