Changeset 34230 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Nov 22, 2010 10:06:48 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67976
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r33922 r34230 179 179 if (RT_SUCCESS(rc)) 180 180 { 181 rc = RTPathSetOwnerEx(pszMountPoint, ~0/* Owner, unchanged */, pOpts->gid, RTPATH_F_ON_LINK);181 rc = RTPathSetOwnerEx(pszMountPoint, NIL_RTUID /* Owner, unchanged */, pOpts->gid, RTPATH_F_ON_LINK); 182 182 if (RT_SUCCESS(rc)) 183 183 {
Note:
See TracChangeset
for help on using the changeset viewer.