#221 Fix building against bind 9.18.13
Merged by abbra. Opened by tjaalton.
tjaalton/bind-dyndb-ldap for-upstream  into  master

db_registered got dropped from dns_rpc_zone.

Signed-off-by: Timo Aaltonen tjaalton@debian.org

this is actually still buggy :)

The check doesn't work for some reason, and it doesn't even mark 9.18.12 as having db_registered

rebased onto 5f37344d076f8cbd93a1842814b97763c3decc9a

ok fixed now after ab pointed out it had a typo

Pull-Request has been merged by abbra

I were trying to find what function it had before, but I haven't found any. It seems to be at least for BIND 9.16.x and 9.18.x we could just remove reference to db_registered parameter. The only actually used member of that name is in lib/dns/catz.c, but that has its own member. It does not exist in 9.11.36 at all. In other versions it is just initialized once, then never changed. It seems to me we could just remove it without conditionals.

Metadata