]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove duplicate 'now' argument from find_coveringnsec()
authorOndřej Surý <ondrej@isc.org>
Sun, 2 Feb 2025 13:07:18 +0000 (14:07 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 3 Feb 2025 13:39:06 +0000 (14:39 +0100)
commit60f6b88c6344a806320d64d98efb60d637563c13
tree6d5ba293eca30c75647751df5df45b9c763c8f27
parent58179e6a192998a49732df57847091e42c654f0b
Remove duplicate 'now' argument from find_coveringnsec()

The find_coveringnsec() was getting the 'now' from two sources -
search->now and separate now argument.  Things like this are ticking
bombs, remove the extra 'now' argument and use single source of 'now'.
lib/dns/qpcache.c