summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dns.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns.cpp b/src/dns.cpp
index 945e1fb15..abdd0a54c 100644
--- a/src/dns.cpp
+++ b/src/dns.cpp
@@ -690,7 +690,7 @@ DNSResult DNS::GetResult()
/** A result is ready, process it */
DNSInfo DNSRequest::ResultIsReady(DNSHeader &header, int length)
{
- int i = 0;
+ unsigned i = 0;
int q = 0;
int curanswer, o;
ResourceRecord rr;