VirtualBox

Changeset 58030 in vbox for trunk


Ignore:
Timestamp:
Oct 5, 2015 8:56:02 PM (9 years ago)
Author:
vboxsync
Message:

VBoxService: build fix

File:
1 edited

Legend:

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

    r58029 r58030  
    332332        if (r == 0)
    333333        {
    334             VGSvcVerbose(0, "vbsvcAutoMountWorker: Shared folder '%s' was mounted to '%s'\n",
    335                                pszShareName, pszMountPoint);
    336 
    337             r = vbsfmount_complete(pszShareName, pszMountPoint, flags, pOpts);
     334            VGSvcVerbose(0, "vbsvcAutoMountWorker: Shared folder '%s' was mounted to '%s'\n", pszShareName, pszMountPoint);
     335
     336            r = vbsfmount_complete(pszShareName, pszMountPoint, fFlags, pOpts);
    338337            switch (r)
    339338            {
     
    387386                    strcpy(mntinf.name, pszMountPoint + cchCWD);
    388387                }
    389                 r = mount(NULL, pszMountPoint, "vboxsf", flags, &mntinf);
     388                r = mount(NULL, pszMountPoint, "vboxsf", fFlags, &mntinf);
    390389            }
    391390            if (errno == EPROTO)
     
    401400                mntinf_old.gid = mntinf.gid;
    402401                mntinf_old.ttl = mntinf.ttl;
    403                 r = mount(NULL, pszMountPoint, "vboxsf", flags, &mntinf_old);
     402                r = mount(NULL, pszMountPoint, "vboxsf", fFlags, &mntinf_old);
    404403            }
    405404            if (r == -1) /* Was there some error from one of the tries above? */
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