VirtualBox

Changeset 55884 in vbox


Ignore:
Timestamp:
May 16, 2015 1:25:08 AM (10 years ago)
Author:
vboxsync
Message:

VBoxManage debugvm osdetect: Load all plug-ins first.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageDebugVM.cpp

    r52927 r55884  
    303303    if (a->argc != 2)
    304304        return errorSyntax(USAGE_DEBUGVM, "The osdetect sub-command does not take any arguments");
     305
     306    com::Bstr bstrIgnore;
     307    com::Bstr bstrAll("all");
     308    CHECK_ERROR2_RET(pDebugger, LoadPlugIn(bstrAll.raw(), bstrIgnore.asOutParam()), RTEXITCODE_FAILURE);
    305309
    306310    com::Bstr bstrName;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette