Changeset 700
- Timestamp:
- 12/30/15 17:17:44 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dns-rpc.cgi
r687 r700 981 981 _commoncheck(\%args, 'y'); 982 982 983 return $dnsdb->getRevPattern($args{cidr}, $args{group});983 return $dnsdb->getRevPattern($args{cidr}, location => $args{location}, group => $args{group}); 984 984 } 985 985 … … 989 989 _commoncheck(\%args, 'y'); 990 990 991 return $dnsdb->getRevSet($args{cidr}, $args{group});991 return $dnsdb->getRevSet($args{cidr}, location => $args{location}, group => $args{group}); 992 992 } 993 993
Note:
See TracChangeset
for help on using the changeset viewer.