mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 06:29:03 +00:00
Avoid comparisons with uninitialized pcap_driver
This commit is contained in:
@@ -287,7 +287,7 @@ void win_init()
|
||||
PMIB_IPADDRTABLE pIp = 0;
|
||||
int i;
|
||||
int numipsleft;
|
||||
int pcap_driver;
|
||||
int pcap_driver = PCAP_DRIVER_NONE;
|
||||
|
||||
init_dll_path();
|
||||
|
||||
|
||||
@@ -287,7 +287,7 @@ void win_init()
|
||||
PMIB_IPADDRTABLE pIp = 0;
|
||||
int i;
|
||||
int numipsleft;
|
||||
int pcap_driver;
|
||||
int pcap_driver = PCAP_DRIVER_NONE;
|
||||
|
||||
init_dll_path();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user