]> git.ipfire.org Git - thirdparty/bind9.git/commit
dns/lookup.c: Return void when ISC_R_SUCCESS is only returned value
authorOndřej Surý <ondrej@sury.org>
Wed, 6 Oct 2021 10:46:45 +0000 (12:46 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 13 Oct 2021 03:47:48 +0000 (05:47 +0200)
commitffd09ec5f03a6c238a66f46f12e35b2a7dac7521
tree00db08ff9dea61a6bb0f634ca8faddd64da8271c
parentee735ba79dbdf35e90846c912a97fda7d75f33c3
dns/lookup.c: Return void when ISC_R_SUCCESS is only returned value

With isc_mem_get() and dns_name_dup() no longer being able to fail, some
functions can now only return ISC_R_SUCCESS.  Change the return type to
void for the following function(s):

 * build_event()
lib/dns/lookup.c