VirtualBox

Changeset 33080 in vbox for trunk/src


Ignore:
Timestamp:
Oct 12, 2010 5:07:18 PM (14 years ago)
Author:
vboxsync
Message:

Main-OVF: Don't instantly break out of the loop on cancel. Let the async process gracefully finish.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r33060 r33080  
    674674        if (FAILED(rc)) throw rc;
    675675        if (fCanceled)
    676         {
    677676            pProgressAsync->Cancel();
    678             break;
    679         }
    680677        /* Check if the current operation has changed. It is also possible
    681678           that in the meantime more than one async operation was finished. So
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