Changeset 81883 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 15, 2019 4:31:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp
r76553 r81883 480 480 case OP_START: 481 481 { 482 CHECK_ERROR(net, Start( Bstr("whatever").raw()));482 CHECK_ERROR(net, Start()); 483 483 if (FAILED(rc)) 484 484 return errorArgument("Failed to start network"); … … 489 489 CHECK_ERROR(net, Stop()); 490 490 if (FAILED(rc)) 491 return errorArgument("Failed to st artnetwork");491 return errorArgument("Failed to stop network"); 492 492 break; 493 493 }
Note:
See TracChangeset
for help on using the changeset viewer.