]> 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)
committerMichal Nowak <mnowak@isc.org>
Thu, 4 Mar 2021 10:28:49 +0000 (11:28 +0100)
librpz_dnsrpzd_path should have been declared extern in dns/librpz.h

(cherry picked from commit 8f016dd57a920fe4bec09a0f49ce82713b0b1cf6)

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