Changeset 75437 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Nov 14, 2018 12:43:10 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126590
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r75433 r75437 360 360 * @param pszShareName The shared folder name. 361 361 * @param pszMountPoint The mount point. 362 * @param pOpts The mount options.363 362 */ 364 363 static int vbsvcAutoMountSharedFolderOld(const char *pszShareName, const char *pszMountPoint) … … 422 421 /*const char *szOptions = { "rw" }; - ??? */ 423 422 struct vbsf_mount_info_new mntinf; 423 RT_ZERO(mntinf); 424 424 425 425 mntinf.nullchar = '\0';
Note:
See TracChangeset
for help on using the changeset viewer.