VirtualBox

Ignore:
Timestamp:
Mar 30, 2020 4:38:23 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136735
Message:

Guest Control/Main: Fixed IGuestSession::directoryOpen() API to fail if a guest directory does not exist . bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp

    r83337 r83489  
    11101110    {
    11111111        ComObjPtr<GuestFsObjInfo> fsObjInfo;
    1112         while (RT_SUCCESS(rc = pDir->i_readInternal(fsObjInfo, &rcGuest)))
     1112        while (RT_SUCCESS(rc = pDir->i_read(fsObjInfo, &rcGuest)))
    11131113        {
    11141114            FsObjType_T enmObjType = FsObjType_Unknown; /* Shut up MSC. */
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