VirtualBox

Changeset 49405 in vbox


Ignore:
Timestamp:
Nov 7, 2013 9:16:36 AM (11 years ago)
Author:
vboxsync
Message:

Main/GuestProcessImpl.cpp: waitFor: Respect 0ms timeout -> RT_INDEFINITE_WAIT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r49389 r49405  
    14241424    alock.release(); /* Release lock before waiting. */
    14251425
     1426    /* Adjust timeout. Passing 0 means RT_INDEFINITE_WAIT. */
     1427    if (!uTimeoutMS)
     1428        uTimeoutMS = RT_INDEFINITE_WAIT;
     1429
    14261430    int vrc;
    14271431
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