VirtualBox

Changeset 54859 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Mar 20, 2015 9:10:04 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99067
Message:

Additions/VBoxClient: do not display an error if the clipboard or drag and drop services are not present on the host, clarifying comment.

Location:
trunk/src/VBox/Additions/x11/VBoxClient
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp

    r54858 r54859  
    293293        VBClFatalError(("Failed to connect to the VirtualBox kernel service, rc=%Rrc\n", rc));
    294294    rc = vboxClipboardConnect();
     295    /* Not RT_SUCCESS: VINF_PERMISSION_DENIED is host service not present. */
    295296    if (rc == VINF_SUCCESS)
    296297        rc = vboxClipboardMain();
  • trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp

    r54858 r54859  
    22562256    if (RT_FAILURE(rc))
    22572257        LogRel(("DnD: Unable to connect to drag'n drop service, rc=%Rrc\n", rc));
     2258    /* Not RT_FAILURE: VINF_PERMISSION_DENIED is host service not present. */
    22582259    if (rc != VINF_SUCCESS)
    22592260        return rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette