projects
/
Dyndns
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e98b3d3
)
bugfix: all fixes to ttl value were lost
author
Massimiliano Chinni
<m.chinni@gmail.com>
Fri, 17 Jan 2014 10:14:01 +0000
(11:14 +0100)
committer
Massimiliano Chinni
<m.chinni@gmail.com>
Fri, 17 Jan 2014 10:14:01 +0000
(11:14 +0100)
src/Dyndns/Hosts.php
patch
|
blob
|
history
diff --git
a/src/Dyndns/Hosts.php
b/src/Dyndns/Hosts.php
index
ee6475b
..
23dc32f
100644
(file)
--- 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");