Changeset 367
- Timestamp:
- 07/26/12 17:57:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r364 r367 4227 4227 my $stamp = ''; 4228 4228 4229 # support tinydns' auto-TTL 4230 $ttl = '' if $ttl == '0'; 4231 4229 4232 _printrec_tiny($datafile,'n',\%recflags,$dom,$host,$type,$val,$dist,$weight,$port,$ttl,$loc,$stamp); 4230 4233 $recflags{$recid} = 1; … … 4272 4275 # ~~ 2^62 + time() 4273 4276 my $stamp = ''; 4277 4278 # support tinydns' auto-TTL 4279 $ttl = '' if $ttl == '0'; 4274 4280 4275 4281 _printrec_tiny($datafile,'y',\%recflags,$revzone,$host,$type,$val,$dist,$weight,$port,$ttl,$loc,$stamp);
Note:
See TracChangeset
for help on using the changeset viewer.