Update address in VMAC table for IPv6 (#429)
* Update address in VMAC table for IPv6 * fix compile warnings in IPv6 handler * cleanup BIP6 PRINTF * enable unit test for BBMD6 hander * keylist should only return FALSE when growing fails --------- Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -119,8 +119,6 @@ static int CheckArraySize(OS_Keylist list)
|
||||
}
|
||||
list->array = new_array;
|
||||
list->size = new_size;
|
||||
} else if (new_size < 0) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user