]> git.ipfire.org Git - thirdparty/bind9.git/commit
Change dns_adbentry_overquota() to dns_adb_overquota()
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Mar 2023 19:19:17 +0000 (21:19 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 4 Apr 2023 14:21:49 +0000 (16:21 +0200)
commitb8d34e960baadfd6e3a7cfb76f2239be54e53efa
tree39731a5fae8f0d98da8b0a4adbb6da0660963921
parent71a236f6e2b64f497ea6fa1b8d5a59efff3e81f1
Change dns_adbentry_overquota() to dns_adb_overquota()

The dns_adbentry_overquota() was violating the layers accessing the
adbentry struct members directly.  Change it to dns_adb_overquota() to
match the dns_adb API.
lib/dns/adb.c
lib/dns/include/dns/adb.h
lib/dns/resolver.c