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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user