Changeset 41774 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/linux
- Timestamp:
- Jun 16, 2012 2:44:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r41548 r41774 383 383 PVBOXNETDEVICEOPSOVERRIDE pOverride; 384 384 385 /* Cancel override if ethtool_ops is missing (host-only case, #5712) */385 /* Cancel override if ethtool_ops is missing (host-only case, @bugref{5712}) */ 386 386 if (!VALID_PTR(pDev->OVR_OPS)) 387 387 return;
Note:
See TracChangeset
for help on using the changeset viewer.