Changeset 721 for trunk/cgi-bin
- Timestamp:
- 05/08/15 13:48:11 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r720 r721 1347 1347 foreach my $block (@newfreeblocks) { 1348 1348 $sth->execute($block, $fcity, $alloc_from_type, $args{vrf}, $fbparent, $fbmaster, 1349 ($ block->masklen == $wantmaskbits ? $bid : 0));1349 ($args{reserve} && $block->masklen == $wantmaskbits ? $bid : 0)); 1350 1350 } 1351 1351
Note:
See TracChangeset
for help on using the changeset viewer.