mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Some minor misc. fixes from Marek Majkowski and Kris Katterjohn
This commit is contained in:
parent
1da53c8366
commit
29b1d58389
7 changed files with 27 additions and 26 deletions
|
|
@ -153,6 +153,7 @@ void mac_prefix_init() {
|
|||
fp = fopen(filename, "r");
|
||||
if (!fp) {
|
||||
error("Unable to open %s. Ethernet vendor correlation will not be performed ", filename);
|
||||
return;
|
||||
}
|
||||
|
||||
while(fgets(line, sizeof(line), fp)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue