VirtualBox

Changeset 70997 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Feb 13, 2018 12:42:11 PM (7 years ago)
Author:
vboxsync
Message:

RTVfsChainOpenDir: Default to READ access.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/vfs/vfschain.cpp

    r69984 r70997  
    12581258            const char *pszFinal = NULL;
    12591259            RTVFSOBJ    hVfsObj  = NIL_RTVFSOBJ;
    1260             pSpec->fOpenFile = fOpen;
     1260            pSpec->fOpenFile = RTFILE_O_READ;
    12611261            rc = RTVfsChainSpecCheckAndSetup(pSpec, NULL /*pReuseSpec*/, &hVfsObj, &pszFinal, poffError, pErrInfo);
    12621262            if (RT_SUCCESS(rc))
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