Changeset 54852 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 19, 2015 7:11:50 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99057
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp
r53463 r54852 395 395 if (u32ClientId != 0) 396 396 rc2 = VbglR3GuestPropDisconnect(u32ClientId); 397 if (rc == VINF_PERMISSION_DENIED) 398 return rc; 397 399 if (RT_SUCCESS(rc)) 398 400 rc = rc2;
Note:
See TracChangeset
for help on using the changeset viewer.