VirtualBox

Changeset 55209 in vbox


Ignore:
Timestamp:
Apr 13, 2015 2:26:04 PM (10 years ago)
Author:
vboxsync
Message:

Main/VirtualBox: preserve useful error code which indicates trouble with disk image, and don't always claim "not there"

File:
1 edited

Legend:

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

    r54972 r55209  
    18721872        }
    18731873        else
    1874             rc = VBOX_E_OBJECT_NOT_FOUND;
     1874        {
     1875            if (rc != VBOX_E_INVALID_OBJECT_STATE)
     1876                rc = VBOX_E_OBJECT_NOT_FOUND;
     1877        }
    18751878    }
    18761879
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