Changeset 700 for trunk


Ignore:
Timestamp:
12/30/15 17:17:44 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Update getRevPatt() and getRevSet() in RPC handler to narrow the focus
to one location/view.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns-rpc.cgi

    r687 r700  
    981981  _commoncheck(\%args, 'y');
    982982
    983   return $dnsdb->getRevPattern($args{cidr}, $args{group});
     983  return $dnsdb->getRevPattern($args{cidr}, location => $args{location}, group => $args{group});
    984984}
    985985
     
    989989  _commoncheck(\%args, 'y');
    990990
    991   return $dnsdb->getRevSet($args{cidr}, $args{group});
     991  return $dnsdb->getRevSet($args{cidr}, location => $args{location}, group => $args{group});
    992992}
    993993
Note: See TracChangeset for help on using the changeset viewer.