VirtualBox

Changeset 83437 in vbox


Ignore:
Timestamp:
Mar 26, 2020 1:55:15 PM (5 years ago)
Author:
vboxsync
Message:

Guest Control/VBoxServiceToolbox: Checking rc is intentional here, as want to keep the first (original) error code when bailing out. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp

    r83436 r83437  
    16071607            else
    16081608                rc2 = vgsvcToolboxPrintFsInfo(ValueUnion.psz, strlen(ValueUnion.psz), fOutputFlags, NULL, &IdCache, &objInfo);
    1609             /** @todo r=bird: You're checking rc not rc2 here...   */
     1609
    16101610            if (RT_SUCCESS(rc))
    16111611                rc = rc2;
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