VirtualBox

Changeset 31613 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 12, 2010 4:06:34 PM (14 years ago)
Author:
vboxsync
Message:

vboxweb.cpp: typo.

File:
1 edited

Legend:

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

    r31598 r31613  
    775775        // we have to process main event queue
    776776        WEBDEBUG(("Pumping COM event queue\n"));
    777         int vrc = pQ->processEventQueue(RT_INDEFINITE_WAIT);
    778         if (RT_FAILURE(vrc))
     777        rc = pQ->processEventQueue(RT_INDEFINITE_WAIT);
     778        if (RT_FAILURE(rc))
    779779            RTMsgError("processEventQueue -> %Rrc", rc);
    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