2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Constify dns_name_t *signer argument to dns_acl_allowed()

This commit is contained in:
Ondřej Surý
2019-09-27 09:38:18 +02:00
parent 476277a6e6
commit 4d2697b31c
2 changed files with 2 additions and 2 deletions

View File

@@ -592,7 +592,7 @@ dns_acl_isinsecure(const dns_acl_t *a) {
* Check whether an address/signer is allowed by a given acl/aclenv.
*/
bool
dns_acl_allowed(isc_netaddr_t *addr, dns_name_t *signer,
dns_acl_allowed(isc_netaddr_t *addr, const dns_name_t *signer,
dns_acl_t *acl, dns_aclenv_t *aclenv)
{
int match;