VirtualBox

Changeset 53482 in vbox for trunk


Ignore:
Timestamp:
Dec 8, 2014 3:16:33 PM (10 years ago)
Author:
vboxsync
Message:

Additions/x11/VBoxClient: prevent clipboard service auto-restart if the guest does not support it.

File:
1 edited

Legend:

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

    r52562 r53482  
    290290    if (RT_SUCCESS(rc))
    291291        rc = vboxClipboardMain();
     292    if (rc == VERR_NOT_SUPPORTED)
     293        rc = VINF_SUCCESS;  /* Prevent automatic restart. */
    292294    if (RT_FAILURE(rc))
    293295        LogRelFunc(("guest clipboard service terminated abnormally: return code %Rrc\n", rc));
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