VirtualBox

Changeset 33858 in vbox for trunk/src


Ignore:
Timestamp:
Nov 8, 2010 3:55:05 PM (14 years ago)
Author:
vboxsync
Message:

Another fix.

File:
1 edited

Legend:

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

    r33857 r33858  
    115115        while ((getmntent(pFh, &mntTab)))
    116116        {
    117             if (!RTStrICmp(mntTab->mnt_special, pszShare))
    118             {
    119                 fMounted = RTStrPrintf(pszMountPoint, cbMountPoint, "%s", pMntEnt->mnt_mountp)
     117            if (!RTStrICmp(mntTab.mnt_special, pszShare))
     118            {
     119                fMounted = RTStrPrintf(pszMountPoint, cbMountPoint, "%s", mntTab.mnt_mountp)
    120120                         ? true : false;
    121121                break;
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