]> git.ipfire.org Git - thirdparty/bind9.git/commit
dns/resolver.c: Return void when ISC_R_SUCCESS is only returned value
authorOndřej Surý <ondrej@sury.org>
Wed, 6 Oct 2021 10:59:45 +0000 (12:59 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 13 Oct 2021 03:47:48 +0000 (05:47 +0200)
commitecb74bae0d7409a2ec37279099faad30d301b031
tree90a20059e460714cf89b6e463aa63eb9df641c3f
parentb0a665d947eab859726ab89fe07b703c6449e8ab
dns/resolver.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):

 * dns_resolver_addalternate()
bin/named/server.c
lib/dns/include/dns/resolver.h
lib/dns/resolver.c