]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Record load time when a inline zone file has been touched
authorMark Andrews <marka@isc.org>
Wed, 21 Jul 2021 05:03:14 +0000 (15:03 +1000)
committerMark Andrews <marka@isc.org>
Thu, 22 Jul 2021 21:23:52 +0000 (07:23 +1000)
lib/dns/zone.c

index 76b07514d62280f48fb438328f376bf8292c8a66..98ff8facf1e1f7efa1749c8ac070eac38e428222 100644 (file)
@@ -5078,6 +5078,7 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
                                                      ISC_LOG_INFO,
                                                      "ixfr-from-differences: "
                                                      "unchanged");
+                                       zone->loadtime = loadtime;
                                        goto done;
                                }