- Timestamp:
- May 23, 2019 4:57:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/VBoxSharedFoldersSvc.cpp
r78698 r78699 301 301 302 302 /* We don't actually (fully) restore the state; we simply check if the current state is as we it expect it to be. */ 303 for ( size_ti = 0; i < SHFL_MAX_MAPPINGS; i++)303 for (SHFLROOT i = 0; i < SHFL_MAX_MAPPINGS; i++) 304 304 { 305 305 /* Load the saved mapping description and try to find it in the mappings. */ … … 404 404 405 405 /* 'i' is the root handle of the saved mapping. */ 406 rc = vbsfMappingLoaded 406 rc = vbsfMappingLoaded(&mapping, i); 407 407 if (RT_FAILURE(rc)) 408 408 {
Note:
See TracChangeset
for help on using the changeset viewer.