Changeset 418


Ignore:
Timestamp:
10/09/12 16:45:24 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix stupid typo from r417

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r417 r418  
    34603460  $$host =~ s/^\s+//;
    34613461  $$host =~ s/\s+$//;
    3462   if ($typemap{$$type} ne 'TXT') {
     3462  if ($typemap{$$rectype} ne 'TXT') {
    34633463    # Leading or trailng spaces could be legit in TXT records.
    34643464    $$val =~ s/^\s+//;
     
    35873587  $$host =~ s/^\s+//;
    35883588  $$host =~ s/\s+$//;
    3589   if ($typemap{$$type} ne 'TXT') {
     3589  if ($typemap{$$rectype} ne 'TXT') {
    35903590    # Leading or trailng spaces could be legit in TXT records.
    35913591    $$val =~ s/^\s+//;
Note: See TracChangeset for help on using the changeset viewer.