Changeset 75446 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Nov 14, 2018 12:54:10 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126600
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r75444 r75446 1308 1308 if (RTPathCompare(Entry.mnt_mountp, pszMountPoint) == 0) 1309 1309 { 1310 if (strcmp(Entry.mnt_fstype, "vbox sf") == 0)1310 if (strcmp(Entry.mnt_fstype, "vboxfs") == 0) 1311 1311 { 1312 1312 if (RTStrICmp(Entry.mnt_special, pszName) == 0)
Note:
See TracChangeset
for help on using the changeset viewer.