2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Fixed librpz_dnsrpzd_path being a duplicate symbol

librpz_dnsrpzd_path should have been declared extern in dns/librpz.h
This commit is contained in:
Mark Andrews
2021-02-18 15:33:17 +11:00
parent add81d6480
commit 8f016dd57a

View File

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