diff --git a/network/main/win-dns.cpp b/network/main/win-dns.cpp index 056f373f746e..bbae9a123db0 100644 --- a/network/main/win-dns.cpp +++ b/network/main/win-dns.cpp @@ -30,7 +30,7 @@ static PRLogModuleInfo* gDNSLogModuleInfo; #define DNS_TRACE_LOOKUPS 0x1 -#define DNS_TRACE_SLOW 0x2 +#define DNS_TRACE_SLOW 0x2 // XXX not yet implemented #define DNS_LOG_TEST(_lm,_bit) (PRIntn((_lm)->level) & (_bit))