mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix signedness issue by making a constant a macro
This commit is contained in:
parent
ba707b1ac6
commit
7bba5dc625
2 changed files with 4 additions and 6 deletions
|
|
@ -616,8 +616,6 @@ public:
|
|||
completed. We keep them around because sometimes responses come back very
|
||||
late, after we consider a host completed. */
|
||||
std::multiset<HostScanStats *, HssPredicate> completedHosts;
|
||||
/* How long (in msecs) we keep a host in completedHosts */
|
||||
unsigned int completedHostLifetime;
|
||||
/* The last time we went through completedHosts to remove hosts */
|
||||
struct timeval lastCompletedHostRemoval;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue