Changeset 35667 in vbox
- Timestamp:
- Jan 21, 2011 12:31:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r35661 r35667 3716 3716 ComPtr<INetCfgComponent> pAdaptorComponent; 3717 3717 LPWSTR pszApp; 3718 int rc = VERR_INTNET_FLT_IF_NOT_FOUND;3719 3718 3720 3719 hrc = VBoxNetCfgWinQueryINetCfg(FALSE /*fGetWriteLock*/, … … 3784 3783 } 3785 3784 3786 rc = VINF_SUCCESS;3787 3785 const char *pszTrunk = szTrunkName; 3788 3786 /* we're not releasing the INetCfg stuff here since we use it later to figure out whether it is wireless */ … … 4099 4097 ComPtr<INetCfgComponent> pAdaptorComponent; 4100 4098 LPWSTR pszApp; 4101 rc = VERR_INTNET_FLT_IF_NOT_FOUND;4102 4099 4103 4100 hrc = VBoxNetCfgWinQueryINetCfg(FALSE, … … 4180 4177 trunkName = Bstr(pszTrunk); 4181 4178 trunkType = TRUNKTYPE_NETADP; 4182 rc = VINF_SUCCESS;4183 4179 # endif /* defined VBOX_WITH_NETFLT*/ 4184 4180 #elif defined(RT_OS_DARWIN)
Note:
See TracChangeset
for help on using the changeset viewer.