- Timestamp:
- Dec 8, 2014 3:16:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r52562 r53482 290 290 if (RT_SUCCESS(rc)) 291 291 rc = vboxClipboardMain(); 292 if (rc == VERR_NOT_SUPPORTED) 293 rc = VINF_SUCCESS; /* Prevent automatic restart. */ 292 294 if (RT_FAILURE(rc)) 293 295 LogRelFunc(("guest clipboard service terminated abnormally: return code %Rrc\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.