Changeset 943


Ignore:
Timestamp:
04/14/23 14:44:02 (13 months ago)
Author:
Kris Deugau
Message:

/trunk

Fix minor goof with entries not being deleted from the noderef table when
the allocation is deleted, exposed by usage

File:
1 edited

Legend:

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

    r937 r943  
    33203320      } # done returning IPs to the appropriate place
    33213321
     3322# node hack
     3323# note we want to delete the ref from the original block, not any aggregated blocks we've pulled together
     3324      $dbh->do("DELETE FROM noderef WHERE block = ?", undef, ($binfo->{block}) );
     3325# node hack
     3326
    33223327      # If we got here, we've succeeded.  Whew!
    33233328      $dbh->commit;
Note: See TracChangeset for help on using the changeset viewer.