#220 Fails to build against bind9 9.18.13
Closed: fixed by tjaalton. Opened by tjaalton.

Build fails like

../../src/ldap_driver.c: In function rpz_attach’:
../../src/ldap_driver.c:816:29: error: dns_rpz_zone_t {aka struct dns_rpz_zone’} has no member named db_registered
  816 |         rpzs->zones[rpz_num]->db_registered = true;
      |                             ^~
make[3]: *** [Makefile:599: ldap_la-ldap_driver.lo] Error 1

Wrapping that line inside a "#if LIBDNS_VERSION_MAJOR < 1813" seems to work, but I'm not sure if it's the right thing to do here.


fixed in current master

Metadata Update from @tjaalton:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Log in to comment on this ticket.

Metadata