Changeset 57599 in vbox
- Timestamp:
- Sep 2, 2015 4:38:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r57595 r57599 4086 4086 if (RT_FAILURE(vrc)) 4087 4087 { 4088 /* This may happen if the NAT network adapter is currently not attached. 4089 * This is a valid condition. */ 4090 if (vrc == VERR_PDM_NO_DRIVER_ATTACHED_TO_LUN) 4091 break; 4088 4092 ComAssertRC(vrc); 4089 4093 rc = E_FAIL;
Note:
See TracChangeset
for help on using the changeset viewer.