Changeset 613
- Timestamp:
- 04/22/14 17:48:17 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r612 r613 507 507 # ${$args{val}} is either a valid IP or a string ending with the .arpa zone name; 508 508 # now check if it's a well-formed FQDN 509 return ('FAIL', $errstr) if ! _check_hostname_form($ args{val}, ${$args{rectype}}, $args{defrec}, $args{revrec}) &&509 return ('FAIL', $errstr) if ! _check_hostname_form(${$args{val}}, ${$args{rectype}}, $args{defrec}, $args{revrec}) && 510 510 ${$args{val}} =~ /\.arpa$/; 511 511
Note:
See TracChangeset
for help on using the changeset viewer.