]> 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:49:21 +0000 (07:49 +1000)
(cherry picked from commit 194e47cb0d21554759f80b4ac9b6d012094981cd)

lib/dns/zone.c

index b2fb45f8b8dbe293121063d0cf3e28c7a752986a..cc859a284c6690856e61f39f1f540872199fe34f 100644 (file)
@@ -5034,6 +5034,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;
                                }