mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 20:39:02 +00:00
4.20ALPHA7 release imminent
This commit is contained in:
@@ -140,7 +140,7 @@ static void mac_prefix_init() {
|
||||
int lineno = 0;
|
||||
struct MAC_entry *ME;
|
||||
|
||||
MacTable.table_capacity = 9521;
|
||||
MacTable.table_capacity = 19037;
|
||||
MacTable.table_members = 0;
|
||||
MacTable.table = (struct MAC_entry **) safe_zalloc(MacTable.table_capacity * sizeof(struct MAC_entry *));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user