VirtualBox

Ignore:
Timestamp:
Aug 1, 2016 9:51:30 AM (8 years ago)
Author:
vboxsync
Message:

DragAndDropService::hostCall: Uninitialized 'rc' variable fix, courtesy of MSC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/DragAndDrop/service.cpp

    r62802 r62803  
    11391139
    11401140                fSendToGuest = true;
     1141                rc = VINF_SUCCESS;
    11411142                break;
    11421143            }
     
    11811182            {
    11821183                fSendToGuest = true;
     1184                rc = VINF_SUCCESS;
    11831185                break;
    11841186            }
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