VirtualBox

Changeset 19622 in vbox for trunk


Ignore:
Timestamp:
May 12, 2009 1:41:57 PM (16 years ago)
Author:
vboxsync
Message:

VBoxManage showvminfo: fixed r46627 regression

File:
1 edited

Legend:

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

    r19377 r19622  
    19201920    /* try to find the given machine */
    19211921    ComPtr <IMachine> machine;
    1922     Bstr uuid (VMNameOrUuid);
    1923     if (!uuid.isEmpty())
    1924     {
    1925         CHECK_ERROR (a->virtualBox, GetMachine (uuid, machine.asOutParam()));
     1922    Bstr uuid;
     1923    if (!Guid(VMNameOrUuid).isEmpty())
     1924    {
     1925        CHECK_ERROR (a->virtualBox, GetMachine (Bstr(VMNameOrUuid), machine.asOutParam()));
    19261926    }
    19271927    else
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