Changeset 107296 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Dec 12, 2024 11:07:22 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166326
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r106061 r107296 933 933 /* for the filter-based approach we get all miniports our filter (oracle_VBoxNetLwf)is bound to */ 934 934 hrc = pNc->FindComponent(L"oracle_VBoxNetLwf", &pTcpIpNcc); 935 if (hrc != S_OK)936 {937 /* fall back to NDIS5 miniport lookup (sun_VBoxNetFlt) */938 hrc = pNc->FindComponent(L"sun_VBoxNetFlt", &pTcpIpNcc);939 }940 935 # ifndef VBOX_WITH_HARDENING 941 936 if (hrc != S_OK)
Note:
See TracChangeset
for help on using the changeset viewer.