Changeset 75471 in vbox for trunk/src/VBox/Additions/os2/VBoxSF
- Timestamp:
- Nov 14, 2018 9:38:08 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126626
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/os2/VBoxSF/VBoxSF.cpp
r75461 r75471 374 374 pNew->cRefs = 2; /* (List reference + the returned reference.) */ 375 375 pNew->cOpenFiles = 0; 376 pNew->cOpenSearches = 0; 376 377 pNew->cDrives = 0; 377 378 RT_ZERO(pNew->hHostFolder); … … 943 944 cbParam = pFolder->cchName + 1; 944 945 rc = KernCopyOut(pbData, &cbParam, sizeof(cbParam)); 945 if (rc != NO_ERROR)946 if (rc == NO_ERROR) 946 947 rc = KernCopyOut(pbData + sizeof(USHORT), pFolder->szName, pFolder->cbNameAndTag); 947 948 }
Note:
See TracChangeset
for help on using the changeset viewer.