- Timestamp:
- Jan 28, 2025 10:17:57 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167209
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r106061 r107959 1732 1732 } 1733 1733 if (!cMappings) 1734 { 1734 1735 RTPrintf("No Shared Folders available.\n"); 1736 /* Return non-zero status for shell scripts to 1737 * detect that there is no mapping available. */ 1738 rc = VERR_NO_DATA; 1739 } 1735 1740 VbglR3SharedFolderFreeMappings(paMappings); 1736 1741 }
Note:
See TracChangeset
for help on using the changeset viewer.