Changeset 39040 in vbox for trunk/src/VBox
- Timestamp:
- Oct 19, 2011 2:47:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r38937 r39040 1561 1561 /* Iterate the internal network interfaces and look for matching source and 1562 1562 destination addresses. */ 1563 uint32_t cExactHits = 0; 1564 uint32_t iIfMac = pTab->cEntries; 1563 uint32_t iIfMac = pTab->cEntries; 1565 1564 while (iIfMac-- > 0) 1566 1565 {
Note:
See TracChangeset
for help on using the changeset viewer.