Changeset 23804 in vbox for trunk/src/VBox/Main/ConsoleImplTeleporter.cpp
- Timestamp:
- Oct 15, 2009 3:45:26 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53546
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImplTeleporter.cpp
r23801 r23804 767 767 if (FAILED(hrc)) 768 768 return VERR_GENERAL_FAILURE; 769 ULONG const uPortOrg = uPort; 769 770 770 771 Bstr bstrAddress; … … 850 851 RTTcpServerDestroy(hServer); 851 852 853 /* 854 * If we change TeleporterPort above, set it back to it's original 855 * value before returning. 856 */ 857 if (uPortOrg != uPort) 858 pMachine->COMSETTER(TeleporterPort)(uPortOrg); 859 852 860 return vrc; 853 861 }
Note:
See TracChangeset
for help on using the changeset viewer.