Changeset 860
- Timestamp:
- 04/19/16 14:43:21 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r857 r860 1779 1779 my $pinfo = getBlockData($dbh, $fbparent); 1780 1780 # Only try to update rDNS when the block is flagged as "rDNS available" 1781 if (($pinfo->{revavail} || $pinfo->{revpartial}) && $args{rdns}) {1781 if (($pinfo->{revavail} || $pinfo->{revpartial}) && ($args{rdns} || $args{iprev})) { 1782 1782 # the netblock/allocation... 1783 1783 _rpc('addOrUpdateRevRec', cidr => "$args{cidr}", name => $args{rdns}, rpcuser => $args{user});
Note:
See TracChangeset
for help on using the changeset viewer.