diff options
Diffstat (limited to 'lib/dns/acache.c')
| -rw-r--r-- | lib/dns/acache.c | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/lib/dns/acache.c b/lib/dns/acache.c index 863df35535ffe..6df9b98386353 100644 --- a/lib/dns/acache.c +++ b/lib/dns/acache.c @@ -1781,9 +1781,8 @@ dns_acache_setcleaninginterval(dns_acache_t *acache, unsigned int t) {   * function for more details about the logic.   */  void -dns_acache_setcachesize(dns_acache_t *acache, isc_uint32_t size) { -	isc_uint32_t lowater; -	isc_uint32_t hiwater; +dns_acache_setcachesize(dns_acache_t *acache, size_t size) { +	size_t hiwater, lowater;  	REQUIRE(DNS_ACACHE_VALID(acache)); | 
