VirtualBox

Changeset 28816 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 27, 2010 1:08:46 PM (15 years ago)
Author:
vboxsync
Message:

Guest Control: Bugfix for no output data retrieved.

File:
1 edited

Legend:

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

    r28803 r28816  
    974974    try
    975975    {
     976        /* Adjust timeout */
     977        if (aTimeoutMS == 0)
     978            aTimeoutMS = UINT32_MAX;
     979
    976980        /* Search for existing PID. */
    977981        PHOSTEXECOUTCALLBACKDATA pData = (HOSTEXECOUTCALLBACKDATA*)RTMemAlloc(sizeof(HOSTEXECOUTCALLBACKDATA));
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