Changeset 84759 in vbox
- Timestamp:
- Jun 10, 2020 2:05:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp
r82968 r84759 918 918 * ASSUMES this only applies to outbound IP packets. 919 919 */ 920 if ( (fSrc == INTNETTRUNKDIR_HOST) 921 && eProtocol == PF_INET) 920 if (fSrc == INTNETTRUNKDIR_HOST) 922 921 { 923 922 Assert(!pvFrame);
Note:
See TracChangeset
for help on using the changeset viewer.