VirtualBox

Changeset 84265 in vbox


Ignore:
Timestamp:
May 11, 2020 6:21:29 PM (5 years ago)
Author:
vboxsync
Message:

Main/Appliance::i_readManifestFile: No throwing. duh. bugref:9699

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r84153 r84265  
    25912591    RTVfsIoStrmRelease(hVfsIos);
    25922592    if (RT_FAILURE(vrc))
    2593         throw setErrorVrc(vrc, tr("Failed to parse manifest file '%s' for '%s' (%Rrc): %s"),
    2594                           pszSubFileNm, pTask->locInfo.strPath.c_str(), vrc, szErr);
     2593        return setErrorVrc(vrc, tr("Failed to parse manifest file '%s' for '%s' (%Rrc): %s"),
     2594                           pszSubFileNm, pTask->locInfo.strPath.c_str(), vrc, szErr);
    25952595
    25962596    /*
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