Changeset 47849 in vbox
- Timestamp:
- Aug 19, 2013 4:41:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r47817 r47849 273 273 size_t cbRead = 0; 274 274 275 PVBOXSERVICECTRLFILEpFile = gstcntlSessionFileGetLocked(pSession, uHandle);275 pFile = gstcntlSessionFileGetLocked(pSession, uHandle); 276 276 if (pFile) 277 277 { … … 438 438 { 439 439 size_t cbWritten = 0; 440 PVBOXSERVICECTRLFILEpFile = gstcntlSessionFileGetLocked(pSession, uHandle);440 pFile = gstcntlSessionFileGetLocked(pSession, uHandle); 441 441 if (pFile) 442 442 {
Note:
See TracChangeset
for help on using the changeset viewer.