Changeset 880 for trunk


Ignore:
Timestamp:
06/01/16 17:59:44 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix minor issue with rDNS in "allocate block" chain in admin tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/admin.cgi

    r801 r880  
    147147  $page->param(fbid => $fbid);
    148148  $page->param(parid => $fbparent);
    149   my $rdns = getBlockRDNS($ip_dbh, id => $fbparent, type => ($webvar{alloctype} =~ /^.i$/ ? 'i' : 'b'),
     149  my ($rdns,$rcached) = getBlockRDNS($ip_dbh, id => $fbparent, type => ($webvar{alloctype} =~ /^.i$/ ? 'i' : 'b'),
    150150        user => $authuser);
    151151  $page->param(rdns => $rdns);
Note: See TracChangeset for help on using the changeset viewer.