Changeset 304


Ignore:
Timestamp:
01/19/06 11:57:37 (18 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Bugfix for mangled deallocation of contained blocks - block would
just be changed to a freeblock, rather than (possibly) getting
compacted with other freeblocks from the same container.
Ah, quoting bugs.

File:
1 edited

Legend:

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

    r287 r304  
    546546                "(select cidr from routed where cidr >>= '$cidr') ".
    547547                " and maskbits<=".$cidr->masklen.
    548                 " and routed='".(($type =~ /^(.)r$/) ? '$1' : 'y').
     548                " and routed='".(($type =~ /^(.)r$/) ? "$1" : 'y').
    549549                "' order by maskbits desc");
    550550
Note: See TracChangeset for help on using the changeset viewer.