mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:02:05 -04:00
Small comment change in remote.h header file
The documentation for 'dns_remote_addr()' was incorrect (copy paste error).
This commit is contained in:
parent
17e16c7a34
commit
a92b9e40ce
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue