]> granicus.if.org Git - pdns/commitdiff
namespace sanitation
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 22 Nov 2015 16:01:13 +0000 (17:01 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 22 Nov 2015 16:02:59 +0000 (17:02 +0100)
pdns/pdns_recursor.cc

index 21ecf25637090ad6d13973cfc171e57e7ed2b468..9ad22f03bc82dba9b5680583c254caca3329cf9c 100644 (file)
@@ -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);