Changeset 39553 in vbox
- Timestamp:
- Dec 7, 2011 10:21:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.c
r39552 r39553 106 106 { 107 107 int rc; 108 VBoxGuestHGCMDisconnectInfo data; 108 109 109 110 LogFunc(("u32ClientID=%d\n", pClient->ulClientID)); 110 VBoxGuestHGCMDisconnectInfo data;111 112 111 if (pClient->handle == NULL) 113 112 return; /* not connected */
Note:
See TracChangeset
for help on using the changeset viewer.