]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fixed librpz_dnsrpzd_path being a duplicate symbol
authorMark Andrews <marka@isc.org>
Thu, 18 Feb 2021 04:33:17 +0000 (15:33 +1100)
committerMark Andrews <marka@isc.org>
Thu, 4 Mar 2021 08:20:59 +0000 (19:20 +1100)
librpz_dnsrpzd_path should have been declared extern in dns/librpz.h

lib/dns/include/dns/librpz.h

index 85b55cdebf57c6971d8728fb900172059df1776a..47793c63d63a19ad1e29cce76de7087ab45a91d7 100644 (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