VirtualBox

Ignore:
Timestamp:
Mar 19, 2020 5:23:42 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136533
Message:

Guest Control/Main + Validation Kit: More bugfixing for the "copy_to" testcases, enabled more (before known-to-be-buggy) tests [build fix]. bugref:9320

File:
1 edited

Legend:

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

    r83336 r83337  
    835835                {
    836836                    GuestFsObjData dstObjData;
    837                     rc = mSession->i_fileQueryInfo(strDstFinal, fFileCopyFlags & FileCopyFlag_FollowLinks, dstObjData, &rcGuest);
     837                    rc = mSession->i_fileQueryInfo(strDstFinal, RT_BOOL(fFileCopyFlags & FileCopyFlag_FollowLinks), dstObjData,
     838                                                   &rcGuest);
    838839                    if (RT_SUCCESS(rc))
    839840                    {
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