Small comment change in remote.h header file

The documentation for 'dns_remote_addr()' was incorrect (copy paste
error).
This commit is contained in:
Matthijs Mekking 2022-11-22 16:30:19 +01:00
parent 17e16c7a34
commit a92b9e40ce

View 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.