Changeset 785 for trunk/DNSDB.pm


Ignore:
Timestamp:
08/22/19 16:57:17 (5 years ago)
Author:
Kris Deugau
Message:

/trunk

Minor cosmetic bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r784 r785  
    10161016  push @ferr, "weight" unless ${$args{weight}} =~ /^\d+$/;
    10171017  push @ferr, "port" unless ${$args{port}} =~ /^\d+$/;
    1018   return ('FAIL',"Distance, port and weight are required, and must be numeric (check ".join(",", @ferr).")")
     1018  return ('FAIL',"Distance, port and weight are required, and must be numeric (check ".join(", ", @ferr).")")
    10191019        unless ${$args{dist}} =~ /^\d+$/ && ${$args{weight}} =~ /^\d+$/ && ${$args{port}} =~ /^\d+$/;
    10201020
     
    68656865    }
    68666866    print $datafile "$rec:$ttl:$stamp:$loc\n" or die $!;
    6867 
    68686867  } # SSHFP
    68696868
Note: See TracChangeset for help on using the changeset viewer.