1
0
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:
fyodor
2006-09-12 23:59:05 +00:00
parent 02aaa51e19
commit 354d0f8084
5 changed files with 241 additions and 23 deletions

View File

@@ -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 *));