Changeset 593


Ignore:
Timestamp:
02/27/14 14:43:47 (10 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix bug introduced with the changes in r583; default reverse records
will of course not be convertible in any sane way to proper ip6.arpa
or in-addr.arpa names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r592 r593  
    37053705  $recsth->execute(@bindvars);
    37063706  while (my $rec = $recsth->fetchrow_hashref) {
    3707     if ($args{revrec} eq 'y' && ($self->{showrev_arpa} eq 'record' || $self->{showrev_arpa} eq 'all')) {
     3707    if ($args{revrec} eq 'y' &&  && $args{defrec} eq 'n' &&
     3708        ($self->{showrev_arpa} eq 'record' || $self->{showrev_arpa} eq 'all') ) {
    37083709##enhance:  extend {showrev_arpa} eq 'record' to specify record types
    37093710      my $tmp = new NetAddr::IP $rec->{val};
Note: See TracChangeset for help on using the changeset viewer.