- Timestamp:
- 11/15/12 11:32:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r439 r441 4656 4656 4657 4657 # Spaces are evil. 4658 $ $host =~ s/^\s+//;4659 $ $host =~ s/\s+$//;4660 if ($typemap{$ $type} ne 'TXT') {4658 $host =~ s/^\s+//; 4659 $host =~ s/\s+$//; 4660 if ($typemap{$type} ne 'TXT') { 4661 4661 # Leading or trailng spaces could be legit in TXT records. 4662 $ $val =~ s/^\s+//;4663 $ $val =~ s/\s+$//;4662 $val =~ s/^\s+//; 4663 $val =~ s/\s+$//; 4664 4664 } 4665 4665
Note:
See TracChangeset
for help on using the changeset viewer.