NicToolClient ignoring default_zone_record_ttl

Started by monachus, June 19, 2009, 03:21:40 AM

Previous topic - Next topic

monachus

On line 947 of zone.cgi (v2.07) the default TTL for a record is hardcoded at 3600s.  This should look at the default_zone_record_ttl valued from nictoolclient.conf instead:

my $zone_record = { 'ttl' => $NicToolClient::default_zone_record_ttl };
Adrian Goins - President / CEO
Arces Network, LLC
http://www.arces.net

PGP Key: 1024D/8AADA4B8 2009-04-20
Fingerprint: E3CD 96EA DF3F B345 7ADB  FB74 31EC 9F54 8AAD A4B8

matt

change committed to subversion. It will appear in the a future release.