1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove some unnecessary unsigned qualifiers (newstate is defined as int in most places)

This commit is contained in:
dmiller
2020-01-11 07:05:00 +00:00
parent 96e17c4f63
commit c978ba14ca
2 changed files with 2 additions and 2 deletions

View File

@@ -321,7 +321,7 @@ class Target {
PortList ports;
int weird_responses; /* echo responses from other addresses, Ie a network broadcast address */
unsigned int flags; /* HOST_UNKNOWN, HOST_UP, or HOST_DOWN. */
int flags; /* HOST_UNKNOWN, HOST_UP, or HOST_DOWN. */
struct timeout_info to;
char *hostname; // Null if unable to resolve or unset
char * targetname; // The name of the target host given on the command line if it is a named host