Changeset 14271 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 17, 2008 10:49:54 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39445
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r14076 r14271 960 960 /* for the filter-based approach we get all miniports our filter (sun_VBoxNetFlt)is bound to */ 961 961 hr = pNc->FindComponent(L"sun_VBoxNetFlt", &pTcpIpNcc); 962 # ifndef VBOX_WITH_HARDENING 963 if(hr != S_OK) 964 { 965 /* TODO: try to install the netflt from here */ 966 } 967 # endif 968 962 969 #endif 963 970 964 Assert(hr == S_OK);965 971 if(hr == S_OK) 966 972 { … … 1002 1008 VBoxNetCfgWinReleaseRef(pTcpIpNcc); 1003 1009 } 1010 else 1011 { 1012 LogRel(("failed to get the sun_VBoxNetFlt component, error (0x%x)", hr)); 1013 } 1014 1004 1015 VBoxNetCfgWinReleaseINetCfg(pNc, FALSE); 1005 1016 }
Note:
See TracChangeset
for help on using the changeset viewer.