Some minor misc. fixes from Marek Majkowski and Kris Katterjohn

This commit is contained in:
fyodor 2006-08-22 21:31:37 +00:00
parent 1da53c8366
commit 29b1d58389
7 changed files with 27 additions and 26 deletions

View file

@ -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)) {