From 2fafb64014aba5210b68658d5d2b7196826576fc Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sun, 22 Nov 2015 17:01:13 +0100 Subject: [PATCH] namespace sanitation --- pdns/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 21ecf2563..9ad22f03b 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -1576,7 +1576,7 @@ void broadcastFunction(const pipefunc_t& func, bool skipSelf) } } -uint32_t g_disthashseed; +static uint32_t g_disthashseed; void distributeAsyncFunction(const string& packet, const pipefunc_t& func) { unsigned int hash = hashQuestion(packet.c_str(), packet.length(), g_disthashseed); -- 2.40.0