1be57227a9727c6dce501a4bfa8e9eef35ba95d5
rpz_attach is never supplied from BIND9 code both in 9.16 or 9.18. Remove our custom function and pass NULL as well. It would be never called anyway.
I would prefer if you'd rebase your commit to avoid reverting the db_registered change. That would be more logical -- removing explicitly already working code.
db_registered
rebased onto 1be57227a9727c6dce501a4bfa8e9eef35ba95d5
Okay, just squashed those commits together and adjusted message a bit.
Thanks, LGTM.
Pull-Request has been merged by abbra
rpz_attach is never supplied from BIND9 code both in 9.16 or 9.18.
Remove our custom function and pass NULL as well. It would be never
called anyway.