Changeset 242 for trunk/DNSDB.pm


Ignore:
Timestamp:
02/23/12 17:54:48 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix buglet that snuck back into A/AAAA+PTR add - domain ID was
not added field list or bind-values array. See #26.
Log entry update: Accidentally committed cleanups on fill_recdata
and several parts of the record page:

  • Fill in suitable starting points for domain name and IP address on adding reverse records, same as forward records start with the base domain name
  • Fix SOA retrieval for default TTL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r240 r242  
    501501        return ('WARN', $msg);
    502502      }
     503
     504      # Add domain ID to field list and values
     505      ${$args{fields}} .= "domain_id,";
     506      push @{$args{vallist}}, ${$args{domid}};
    503507
    504508    } else {
Note: See TracChangeset for help on using the changeset viewer.