VirtualBox

Changeset 28638 in vbox


Ignore:
Timestamp:
Apr 23, 2010 12:24:59 PM (15 years ago)
Author:
vboxsync
Message:

Guest Control: Update (wrong assertion).

File:
1 edited

Legend:

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

    r28634 r28638  
    514514    AssertPtr(pData);
    515515    CallbackListIter it = getCtrlCallbackContextByID(pData->hdr.u32ContextID);
     516
     517    /* Callback can be called several times. */
    516518    if (it != mCallbackList.end())
    517519    {
    518         Assert(!it->bCalled);
    519520        PHOSTEXECCALLBACKDATA pCBData = (HOSTEXECCALLBACKDATA*)it->pvData;
    520521        AssertPtr(pCBData);
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