]> git.ipfire.org Git - thirdparty/bind9.git/commit
Handle iterator options in rpsdb_allrdatasets()
authorMichał Kępień <michal@isc.org>
Wed, 1 Feb 2023 10:22:59 +0000 (11:22 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 1 Feb 2023 10:22:59 +0000 (11:22 +0100)
commitf3def4e4edcaecef6fd4cb95376dfcc9a4a6d467
tree85a35cf22b12d4dddadd5606b2404b5f515f5e6c
parente688ca5316fda7cbc50420cad86f9629d50ecabd
Handle iterator options in rpsdb_allrdatasets()

Commit 7695c36a5de01c441690f2a0e46f176321b58896 added a new parameter,
'options', to the prototype of the 'allrdatasets' function pointer in
struct dns_dbmethods.  Handle this new parameter accordingly in
rpsdb_allrdatasets().
lib/dns/dnsrps.c