]> git.ipfire.org Git - thirdparty/bind9.git/commit
dnssec: use less-or-equal when looking at SyncPublish time
authorWitold Kręcicki <wpk@isc.org>
Tue, 21 Jan 2020 13:20:19 +0000 (14:20 +0100)
committerWitold Kręcicki <wpk@isc.org>
Tue, 21 Jan 2020 13:37:53 +0000 (14:37 +0100)
commit741bc11bdb4c09cc662d5ff7a8a8636e1d3e9a9e
treed73739a3f978fa4ee6bb60519ff0a93f25e39f6b
parent4a26f7d1495baf8744e0bb8ce47d8923ab5b9a60
dnssec: use less-or-equal when looking at SyncPublish time

If we created a key, mark its SyncPublish time as 'now' and started
bind the key might not be published if the SyncPublish time is in
the same second as the time the zone is loaded. This is mostly
for dnssec system test, as this kind of scenario is very unlikely
in a real world environment.
lib/dns/dnssec.c