Changeset 33847 in vbox for trunk/src/VBox
- Timestamp:
- Nov 8, 2010 2:28:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r33845 r33847 158 158 if (RT_SUCCESS(rc)) 159 159 { 160 rc = RTPathSetOwnerEx(pszMountPoint, -1/* Owner, unchanged */, pOpts->gid, RTPATH_F_ON_LINK);160 rc = RTPathSetOwnerEx(pszMountPoint, ~0 /* Owner, unchanged */, pOpts->gid, RTPATH_F_ON_LINK); 161 161 if (RT_SUCCESS(rc)) 162 162 {
Note:
See TracChangeset
for help on using the changeset viewer.