Changeset 44141 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Dec 17, 2012 12:24:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSharedFolders.cpp
r41443 r44141 200 200 } 201 201 202 /* In this case, just return success with 0 mappings */ 203 if ( rc == VERR_INVALID_PARAMETER 204 && fAutoMountOnly) 205 rc = VINF_SUCCESS; 206 202 207 *ppaMappings = ppaMappingsTemp; 203 208
Note:
See TracChangeset
for help on using the changeset viewer.