From bf19ccfde12cfd62cdf5d4684a812bd2039006b7 Mon Sep 17 00:00:00 2001 From: phonedph1 Date: Tue, 18 Sep 2018 14:00:18 +0000 Subject: [PATCH] Group with other non-statics --- 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 d9e4f2113f..9444cdb2f2 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -186,7 +186,6 @@ static size_t s_maxUDPQueriesPerRound; static uint64_t g_latencyStatSize; static uint32_t g_disthashseed; static unsigned int g_maxTCPPerClient; -unsigned int g_networkTimeoutMsec; static unsigned int g_maxMThreads; static unsigned int g_numDistributorThreads; static unsigned int g_numWorkerThreads; @@ -222,6 +221,7 @@ RecursorStats g_stats; string s_programname="pdns_recursor"; string s_pidfname; bool g_lowercaseOutgoing; +unsigned int g_networkTimeoutMsec; unsigned int g_numThreads; uint16_t g_outgoingEDNSBufsize; bool g_logRPZChanges{false}; -- 2.47.2