mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 21:19:01 +00:00
Remove an unused variable from scan_engine.cc.
This commit is contained in:
@@ -3609,7 +3609,6 @@ static bool do_one_select_round(UltraScanInfo *USI, struct timeval *stime) {
|
|||||||
u16 pport = 0;
|
u16 pport = 0;
|
||||||
reason_t current_reason = ER_NORESPONSE;
|
reason_t current_reason = ER_NORESPONSE;
|
||||||
#ifdef LINUX
|
#ifdef LINUX
|
||||||
int res;
|
|
||||||
struct sockaddr_storage sin,sout;
|
struct sockaddr_storage sin,sout;
|
||||||
struct sockaddr_in *s_in;
|
struct sockaddr_in *s_in;
|
||||||
struct sockaddr_in6 *s_in6;
|
struct sockaddr_in6 *s_in6;
|
||||||
|
|||||||
Reference in New Issue
Block a user