VirtualBox

Changeset 31113 in vbox


Ignore:
Timestamp:
Jul 26, 2010 12:58:36 PM (14 years ago)
Author:
vboxsync
Message:

OS X hosts give us annoying VERR_TIMEOUTs on each SOAP message, ignore them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/vboxweb.cpp

    r31110 r31113  
    776776        WEBDEBUG(("Pumping COM event queue\n"));
    777777        int vrc = pQ->processEventQueue(RT_INDEFINITE_WAIT);
    778         if (FAILED(vrc))
     778        if (FAILED(vrc) && (vrc != VERR_TIMEOUT))
    779779            com::GluePrintRCMessage(vrc);
    780780    }
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