Merge branch '2298-multiple-definition-of-librpz_dnsrpzd_path' into 'main'

Resolve "multiple definition of `librpz_dnsrpzd_path'"

Closes #2298

See merge request isc-projects/bind9!4703
This commit is contained in:
Mark Andrews
2021-03-04 08:22:16 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
5594. [bug] Building with --enable-dnsrps --enable-dnsrps-dl failed.
[GL #2298]
5593. [bug] Journal files written by older versions of named
can now be read when loading zones so that journal
incompatibility will not cause problems on upgrade.

View File

@@ -781,7 +781,7 @@ LIBDEF_F(su2str)
/**
* default path to dnsrpzd
*/
const char *librpz_dnsrpzd_path;
LIBDEF(const char *, librpz_dnsrpzd_path)
#undef LIBDEF