From ffa15cef7f4ba88d4ec6ef3bfd21e09a58076b05 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 4 Jan 2000 21:45:08 +0000 Subject: [PATCH] document the fact that dns_acl_match now always succeeds --- lib/dns/include/dns/acl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/dns/include/dns/acl.h b/lib/dns/include/dns/acl.h index 4c6bdd4889..e7bca104a1 100644 --- a/lib/dns/include/dns/acl.h +++ b/lib/dns/include/dns/acl.h @@ -149,6 +149,9 @@ dns_acl_match(isc_sockaddr_t *reqaddr, * (non-indirect) address match list element that matched. * * If there is no match, *match will be set to zero. + * + * Returns: + * DNS_R_SUCCESS Always succeeds. */ ISC_LANG_ENDDECLS