2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

document the fact that dns_acl_match now always succeeds

This commit is contained in:
Andreas Gustafsson
2000-01-04 21:45:08 +00:00
parent 5fbb225ee1
commit ffa15cef7f

View File

@@ -149,6 +149,9 @@ dns_acl_match(isc_sockaddr_t *reqaddr,
* (non-indirect) address match list element that matched. * (non-indirect) address match list element that matched.
* *
* If there is no match, *match will be set to zero. * If there is no match, *match will be set to zero.
*
* Returns:
* DNS_R_SUCCESS Always succeeds.
*/ */
ISC_LANG_ENDDECLS ISC_LANG_ENDDECLS