From 8f016dd57a920fe4bec09a0f49ce82713b0b1cf6 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 18 Feb 2021 15:33:17 +1100 Subject: [PATCH] Fixed librpz_dnsrpzd_path being a duplicate symbol librpz_dnsrpzd_path should have been declared extern in dns/librpz.h --- lib/dns/include/dns/librpz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/include/dns/librpz.h b/lib/dns/include/dns/librpz.h index 85b55cdebf..47793c63d6 100644 --- a/lib/dns/include/dns/librpz.h +++ b/lib/dns/include/dns/librpz.h @@ -781,7 +781,7 @@ LIBDEF_F(su2str) /** * default path to dnsrpzd */ -const char *librpz_dnsrpzd_path; +LIBDEF(const char *, librpz_dnsrpzd_path) #undef LIBDEF