Ignore:
Timestamp:
10/10/12 13:14:39 (12 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Merge no-spaces-in-host-or-value fix from r417 and r418. Note r417
seemed to bring in ~150 extra lines.
Bump patch version numbers.

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable

  • branches/stable/dns.cgi

    r317 r419  
    609609    # prevent out-of-domain records from getting added by appending the domain, or DOMAIN for default records
    610610    my $pname = ($webvar{defrec} eq 'y' ? 'DOMAIN' : domainName($dbh,$webvar{parentid}));
     611    $webvar{name} =~ s/\s+$//;
    611612    $webvar{name} =~ s/\.*$/\.$pname/ if $webvar{name} !~ /$pname$/;
    612613
Note: See TracChangeset for help on using the changeset viewer.