1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

fix a couple bugs found by Jochen (voss at seehuhn.de

This commit is contained in:
fyodor
2006-11-06 02:14:35 +00:00
parent b39aa96073
commit 9a1fece75d
8 changed files with 175 additions and 67 deletions

View File

@@ -182,7 +182,7 @@ static void mac_prefix_init() {
ME->vendor = cp_strdup(p);
if (MacTable.table_members > MacTable.table_capacity * 0.8)
error("WARNING: nmap-mac-prefixes has grown to more than 80\% of our hash table size. MacTable.table_capacity should be increased");
error("WARNING: nmap-mac-prefixes has grown to more than 80%% of our hash table size. MacTable.table_capacity should be increased");
// Now insert it into the table
if (MacTable.table_members >= MacTable.table_capacity)