Changeset 48299 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Sep 5, 2013 11:07:08 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r48297 r48299 5935 5935 * silly race condition. */ 5936 5936 5937 /** @todo This code is bothering API clients (like python script clients) with 5938 * the AccessGuestProperty call, creating unncessary IPC. Need to 5939 * have a way of figuring out which kind of direct session it is... */ 5937 5940 if (!directControl) 5938 5941 rc = E_ACCESSDENIED;
Note:
See TracChangeset
for help on using the changeset viewer.