VirtualBox

Changeset 60979 in vbox


Ignore:
Timestamp:
May 13, 2016 4:59:51 PM (9 years ago)
Author:
vboxsync
Message:

DnD/VbglR3: Report back proper error in VbglR3DnDConnect().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp

    r60967 r60979  
    13491349    {
    13501350        rc = Info.result;
    1351         if (rc == VERR_HGCM_SERVICE_NOT_FOUND)
    1352             return VINF_PERMISSION_DENIED; /* HGCM service not available - bail out early. */
    1353 
    13541351        if (RT_SUCCESS(rc))
    13551352        {
     
    13611358        }
    13621359    }
     1360
     1361    if (RT_FAILURE(rc))
     1362        return rc;
    13631363
    13641364    /*
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