mirror of
https://github.com/anope/anope.git
synced 2026-07-06 19:23:15 +02:00
Fixed some warnings
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ DNSRequest::DNSRequest(const Anope::string &addr, QueryType qt, bool cache, Modu
|
||||
return;
|
||||
}
|
||||
|
||||
short packet_id;
|
||||
unsigned short packet_id;
|
||||
while (DNSEngine->requests.count((packet_id = GetRandomID())));
|
||||
|
||||
p->id = this->id = packet_id;
|
||||
|
||||
Reference in New Issue
Block a user