VirtualBox

Changeset 80787 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Sep 13, 2019 7:27:07 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133354
Message:

Main/MachineImpl.cpp: strSessionName can be empty if we failed to launch the VM.

File:
1 edited

Legend:

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

    r80752 r80787  
    32783278        if (fLaunchingVMProcess)
    32793279        {
    3280             Assert(mData->mSession.mName == strSessionName);
     3280            Assert(mData->mSession.mName == strSessionName || FAILED(rc));
    32813281            /* Note that the progress object is finalized later */
    32823282            /** @todo Consider checking mData->mSession.mProgress for cancellation
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette