VirtualBox

Changeset 89221 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 21, 2021 12:22:21 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144563
Message:

FE/VBoxHeadless: If we check the status of an API call, we'd better
actually get it first instead of checking the status of a previous API
call. bugref:8161.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r89219 r89221  
    13761376            break;
    13771377        }
     1378
    13781379        Bstr id;
    1379         m->COMGETTER(Id)(id.asOutParam());
     1380        rc = m->COMGETTER(Id)(id.asOutParam());
    13801381        AssertComRC(rc);
    13811382        if (FAILED(rc))
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