]> git.ipfire.org Git - thirdparty/bind9.git/commit
Reset the 'result' before using it again
authorAram Sargsyan <aram@isc.org>
Wed, 23 Aug 2023 11:50:02 +0000 (11:50 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 31 Aug 2023 09:40:54 +0000 (09:40 +0000)
commit6cab7fc6277fddbbd484c149d41c0d803d3c9748
tree82381dfbcd30de4cd9573fc1c0a5635bd00e5676
parent3f34b692e68bbf324925d7ecb6d1d3f487c49424
Reset the 'result' before using it again

The 'result' variable should be reset to ISC_R_NOTFOUND again,
because otherwise a log message could be logged about not being
able to get the TLS configuration based on on the 'result' value
from the previous calls to get the TSIG key.
lib/dns/zone.c