VirtualBox

Ignore:
Timestamp:
Apr 12, 2024 8:55:20 AM (10 months ago)
Author:
vboxsync
Message:

Shared Clipboard/http-server: Cleaned up shClTransferHttpQueryInfo() a little [SCM fix]. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers-http.cpp

    r104306 r104307  
    481481            if (RT_SUCCESS(rc))
    482482            {
    483                 SHCLOBJOPENCREATEPARMS openParms;               
     483                SHCLOBJOPENCREATEPARMS openParms;
    484484                rc = ShClTransferObjOpenParmsInit(&openParms);
    485485                if (RT_SUCCESS(rc))
     
    533533                                    LogRel2(("Shared Clipboard: Supplied entry information for '%s' not supported (fInfo=%#x, cbInfo=%RU32\n",
    534534                                             pEntry->pszName, pEntry->fInfo, pEntry->cbInfo));
    535                                 /* Note: Directories / symlinks or other fancy stuff is not supported here (yet) -- would require using WebDAV. */                           
     535                                /* Note: Directories / symlinks or other fancy stuff is not supported here (yet) -- would require using WebDAV. */
    536536                            }
    537537                        }
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