VirtualBox

Changeset 100017 in vbox


Ignore:
Timestamp:
May 30, 2023 4:06:53 PM (18 months ago)
Author:
vboxsync
Message:

Shared Clipboard/HostService: Only start a transfer on the host side if we supply an URI list. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp

    r99974 r100017  
    14841484#ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
    14851485        /* Create a transfer locally and also tell the guest to create a transfer on the guest side. */
    1486         if (!fSkipTransfers)
     1486        if (   !fSkipTransfers
     1487            && fFormats & VBOX_SHCL_FMT_URI_LIST) /* Only start a transfer if we supply an URI list. */
    14871488        {
    14881489            rc = shClSvcTransferStart(pClient, SHCLTRANSFERDIR_TO_REMOTE, SHCLSOURCE_LOCAL,
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