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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user