VirtualBox

Changeset 33847 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 8, 2010 2:28:34 PM (14 years ago)
Author:
vboxsync
Message:

Warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp

    r33845 r33847  
    158158    if (RT_SUCCESS(rc))
    159159    {
    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);
    161161        if (RT_SUCCESS(rc))
    162162        {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette