- Timestamp:
- Apr 3, 2012 11:38:47 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77243
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r40581 r40755 1090 1090 { 1091 1091 CheckComArgOutPointerValid(aHostNetworkInterface); 1092 CheckComArgNotNull(*aHostNetworkInterface);1093 1092 CheckComArgOutPointerValid(aProgress); 1094 1093 … … 1103 1102 if (RT_SUCCESS(r)) 1104 1103 { 1104 if (!*aHostNetworkInterface) 1105 return setError(E_FAIL, 1106 tr("Unable to create a host network interface")); 1107 1105 1108 #if !defined(RT_OS_WINDOWS) 1106 1109 Bstr tmpAddr, tmpMask, tmpName;
Note:
See TracChangeset
for help on using the changeset viewer.