Changeset 74484 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv
- Timestamp:
- Sep 26, 2018 5:03:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf-win.cpp
r73852 r74484 2669 2669 } 2670 2670 NdisReleaseSpinLock(&g_VBoxNetLwfGlobals.Lock); 2671 vboxNetLwfLogErrorEvent(IO_ERR_INTERNAL_ERROR, STATUS_SUCCESS, 6); 2671 // Internal network code will try to reconnect periodically, we should not spam in event log 2672 //vboxNetLwfLogErrorEvent(IO_ERR_INTERNAL_ERROR, STATUS_SUCCESS, 6); 2672 2673 LogFlow(("<==vboxNetFltOsInitInstance: return VERR_INTNET_FLT_IF_NOT_FOUND\n")); 2673 2674 return VERR_INTNET_FLT_IF_NOT_FOUND;
Note:
See TracChangeset
for help on using the changeset viewer.