Changeset 980 for branches


Ignore:
Timestamp:
01/12/26 18:09:09 (2 weeks ago)
Author:
Kris Deugau
Message:

/branches/cname-collision

Fix missed pass-by-reference on timestamp flag calling into the validator subs
See #72

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cname-collision/DNSDB.pm

    r978 r980  
    49124912        host => $host, rectype => $rectype, val => $val, addr => $addr,
    49134913        dist => \$dist, port => \$port, weight => \$weight,
    4914         stamp => \$stamp, expires => $expires,
     4914        stamp => \$stamp, expires => \$expires,
    49154915        fields => \$fields, vallist => \@vallist);
    49164916
     
    50815081        host => $host, rectype => $rectype, val => $val, addr => $addr,
    50825082        dist => \$dist, port => \$port, weight => \$weight,
    5083         stamp => \$stamp, expires => $expires,
     5083        stamp => \$stamp, expires => \$expires,
    50845084        fields => \$fields, vallist => \@vallist,
    50855085        update => $id);
Note: See TracChangeset for help on using the changeset viewer.