VirtualBox

Changeset 45688 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 23, 2013 6:34:00 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85225
Message:

Another hack in the dark.

File:
1 edited

Legend:

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

    r45674 r45688  
    58335833            rc = E_ACCESSDENIED;
    58345834        else
     5835        {
    58355836            /** @todo Fix when adding DeleteGuestProperty(),
    58365837                         see defect. */
     
    58385839                                                    true /* isSetter */,
    58395840                                                    &dummy, &dummy64, &dummy);
     5841            if (FAILED(rc))
     5842            {
     5843                /* testbox hacking: a shot in the dark. */
     5844                ErrorInfoKeeper eik;
     5845                return rc;
     5846            }
     5847        }
    58405848    }
    58415849    catch (std::bad_alloc &)
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