]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Small comment change in remote.h header file
authorMatthijs Mekking <matthijs@isc.org>
Tue, 22 Nov 2022 15:30:19 +0000 (16:30 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 23 Dec 2022 13:36:50 +0000 (13:36 +0000)
The documentation for 'dns_remote_addr()' was incorrect (copy paste
error).

lib/dns/include/dns/remote.h

index 47115b80ef2ac0f62c26abd0045a198c2d2aff99..bf13767954ce9d0b969f4e5c1a092075ce255f04 100644 (file)
@@ -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.