From 5366c267d40792cec3663873afcfdd6b07309fac Mon Sep 17 00:00:00 2001 From: Massimiliano Chinni Date: Fri, 17 Jan 2014 11:14:01 +0100 Subject: [PATCH] bugfix: all fixes to ttl value were lost --- src/Dyndns/Hosts.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Dyndns/Hosts.php b/src/Dyndns/Hosts.php index ee6475b..23dc32f 100644 --- a/src/Dyndns/Hosts.php +++ b/src/Dyndns/Hosts.php @@ -170,7 +170,6 @@ class Hosts } fwrite($fh, "server $server\n"); fwrite($fh, "zone $zone\n"); - $ttl = $this->getConfig('bind.ttl'); foreach ($this->updates as $host => $ip) { fwrite($fh, "update delete $host A\n"); fwrite($fh, "update add $host $ttl A $ip\n"); -- 2.1.4