Changeset 50395 in vbox
- Timestamp:
- Feb 10, 2014 3:52:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r50384 r50395 4724 4724 { 4725 4725 HRESULT rc = S_OK; 4726 Bstr bstr;4727 4726 ComPtr<DHCPServer> found; 4728 4727 … … 4733 4732 ++it) 4734 4733 { 4734 Bstr bstr; 4735 4735 rc = (*it)->COMGETTER(NetworkName)(bstr.asOutParam()); 4736 4736 if (FAILED(rc)) return rc; … … 4887 4887 #ifdef VBOX_WITH_NAT_SERVICE 4888 4888 4889 HRESULT rc; 4890 Bstr bstr; 4889 HRESULT rc = S_OK; 4891 4890 ComPtr<NATNetwork> found; 4892 4891 … … 4897 4896 ++it) 4898 4897 { 4898 Bstr bstr; 4899 4899 rc = (*it)->COMGETTER(NetworkName)(bstr.asOutParam()); 4900 4900 if (FAILED(rc)) return rc;
Note:
See TracChangeset
for help on using the changeset viewer.