mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Initialize qtv for clarity. Closes #3035
This commit is contained in:
@@ -203,7 +203,7 @@ int ncat_listen()
|
|||||||
{
|
{
|
||||||
int rc, i, j, fds_ready;
|
int rc, i, j, fds_ready;
|
||||||
fd_set listen_fds;
|
fd_set listen_fds;
|
||||||
struct timeval tv, qtv;
|
struct timeval tv={0}, qtv={0};
|
||||||
struct timeval *tvp = NULL;
|
struct timeval *tvp = NULL;
|
||||||
unsigned int num_sockets;
|
unsigned int num_sockets;
|
||||||
int proto = o.proto;
|
int proto = o.proto;
|
||||||
|
|||||||
Reference in New Issue
Block a user