Changeset 1013
- Timestamp:
- 01/30/26 15:38:15 (21 hours ago)
- File:
-
- 1 edited
-
branches/cname-collision/DNSDB.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cname-collision/DNSDB.pm
r1003 r1013 5045 5045 $logdata{entry} .= "', TTL $ttl"; 5046 5046 $logdata{entry} .= ", location ".$self->getLoc($location)->{description} if $location; 5047 $logdata{entry} .= ($expires ? ', expires at ' : ', valid after ').$stamp if $stamp;5047 $logdata{entry} .= ($expires eq 't' ? ', expires at ' : ', valid after ').$stamp if $stamp; 5048 5048 5049 5049 # Allow transactions, and raise an exception on errors so we can catch it later. … … 5277 5277 $logdata{entry} .= "', TTL $ttl"; 5278 5278 $logdata{entry} .= ", location ".$self->getLoc($location)->{description} if $location; 5279 $logdata{entry} .= ($expires ? ', expires at ' : ', valid after ').$stamp if $stamp;5279 $logdata{entry} .= ($expires eq 't' ? ', expires at ' : ', valid after ').$stamp if $stamp; 5280 5280 5281 5281 local $dbh->{AutoCommit} = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
![[ DNS Administrator ]](/fx/dnsadmin-logo.png)