]> git.ipfire.org Git - thirdparty/bind9.git/commit
Properly handle record_found() errors
authorMichał Kępień <michal@isc.org>
Fri, 15 Jun 2018 07:59:20 +0000 (09:59 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 15 Jun 2018 08:34:38 +0000 (10:34 +0200)
commit11a552a61457aa49c68d9da98db2fca21ee84c9e
tree3fa9f328f6bccc6742a2a36c6ad84a431806f4ce
parent5ac14cb75342e20a265e717530a1781855aa9c69
Properly handle record_found() errors

record_found() returns an isc_result_t, but its value is not checked.
Modify the only call site of record_found() so that its errors are
properly handled.
lib/dns/zoneverify.c