VirtualBox

Changeset 99251 in vbox


Ignore:
Timestamp:
Mar 31, 2023 9:41:02 AM (22 months ago)
Author:
vboxsync
Message:

Guest Control/Main: Follow-up fix for using the new semantics of IGuestDirectory::i_read(). Needed to make the copy_from tests pass. bugref:9783

File:
1 edited

Legend:

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

    r98780 r99251  
    12431243        }
    12441244
    1245         if (vrc == VERR_NO_MORE_FILES) /* End of listing reached? */
     1245        if (   vrc      == VERR_GSTCTL_GUEST_ERROR
     1246            && vrcGuest == VERR_NO_MORE_FILES) /* End of listing reached? */
    12461247            vrc = VINF_SUCCESS;
    12471248    }
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