Changeset 90249 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/linux
- Timestamp:
- Jul 20, 2021 7:59:02 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145788
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r87785 r90249 734 734 default: 735 735 AssertMsgFailed(("%u (%s)\n", pSG->GsoCtx.u8Type, PDMNetGsoTypeName((PDMNETWORKGSOTYPE)pSG->GsoCtx.u8Type) )); 736 /* fall thru */736 RT_FALL_THRU(); 737 737 case PDMNETWORKGSOTYPE_INVALID: 738 738 fGsoType = 0;
Note:
See TracChangeset
for help on using the changeset viewer.