From: Matthijs Mekking Date: Tue, 22 Nov 2022 15:30:19 +0000 (+0100) Subject: Small comment change in remote.h header file X-Git-Tag: v9.19.9~57^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a92b9e40ce2b48352303ba2ced796c9a04b36dd1;p=thirdparty%2Fbind9.git Small comment change in remote.h header file The documentation for 'dns_remote_addr()' was incorrect (copy paste error). --- diff --git a/lib/dns/include/dns/remote.h b/lib/dns/include/dns/remote.h index 47115b80ef2..bf13767954c 100644 --- a/lib/dns/include/dns/remote.h +++ b/lib/dns/include/dns/remote.h @@ -170,8 +170,7 @@ dns_remote_sourceaddr(dns_remote_t *remote); isc_sockaddr_t dns_remote_addr(dns_remote_t *remote, unsigned int i); /*%< - * Return the address at index 'i'. Returns NULL if we i is equal - * or larger than the address count. + * Return the address at index 'i'. * * Requires: * 'remote' is a valid remote structure.