1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

Use an unsigned int for --max-retries and related values.

This commit is contained in:
david
2012-08-28 14:29:11 +00:00
parent dac93e76b3
commit 725692b744
3 changed files with 6 additions and 6 deletions

View File

@@ -273,7 +273,7 @@ private:
/* This is incremented with each instantiated probe. */
static u16 token_counter;
int num_resends;
unsigned int num_resends;
public:
HostState *host;