VirtualBox

Changeset 56554 in vbox


Ignore:
Timestamp:
Jun 19, 2015 10:24:08 AM (9 years ago)
Author:
vboxsync
Message:

DnD/Main: Wait a bit longer when checking for pending guest->host transfers.

File:
1 edited

Legend:

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

    r56553 r56554  
    259259        if (pResp)
    260260        {
    261             if (pResp->waitForGuestResponse() == VERR_TIMEOUT)
     261            if (pResp->waitForGuestResponse(5000 /* Timeout in ms */) == VERR_TIMEOUT)
    262262                fFetchResult = false;
    263263
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