VirtualBox

Changeset 75446 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Nov 14, 2018 12:54:10 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126600
Message:

VBoxSErviceAutoMount.cpp: Check for the right file system type on solars (it's called vboxfs there rather than vboxsf). bugref:3544

File:
1 edited

Legend:

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

    r75444 r75446  
    13081308            if (RTPathCompare(Entry.mnt_mountp, pszMountPoint) == 0)
    13091309            {
    1310                 if (strcmp(Entry.mnt_fstype, "vboxsf") == 0)
     1310                if (strcmp(Entry.mnt_fstype, "vboxfs") == 0)
    13111311                {
    13121312                    if (RTStrICmp(Entry.mnt_special, pszName) == 0)
Note: See TracChangeset for help on using the changeset viewer.

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