]> git.ipfire.org Git - zone-sync.git/commit
main: Unconditionally dump the zone 0.0.1
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2026 16:22:34 +0000 (16:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2026 16:22:34 +0000 (16:22 +0000)
commit84cb7d4adfc1dee60153235aef57c59d2e2990a6
tree42ecb6643547d55105a9dca6ced7e1f46f6827ff
parentf748a9cd5281ab853fb7edc52a3bb161e7d72d56
main: Unconditionally dump the zone

dns_zone_flush() does not always write the zone data. Since we call it
at point where we have definitely received some data (i.e. the zone has
changed), we can just force to dump it.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
main.c