VirtualBox

Changeset 92559 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Nov 23, 2021 9:05:13 AM (3 years ago)
Author:
vboxsync
Message:

Guest Control/Main + FE/Qt: Fixes for host -> guest and guest -> host copy operations using GuestSession::copyFromGuest() and GuestSession::copyToGuest() -- follow-up fix, also handle symlinks here. bugref:10139

File:
1 edited

Legend:

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

    r92558 r92559  
    18951895
    18961896                case FsObjType_File:
     1897                    RT_FALL_THROUGH();
     1898                case FsObjType_Symlink:
    18971899                    /* Nothing to do. */
    18981900                    break;
     
    19001902                default:
    19011903                    setProgressErrorMsg(VBOX_E_IPRT_ERROR,
    1902                                         Utf8StrFmt(tr("Unknown object type on guest for \"%s\""),
    1903                                                    strDstRootAbs.c_str()));
     1904                                        Utf8StrFmt(tr("Unknown object type (%#x) on guest for \"%s\""),
     1905                                                   dstObjData.mType, strDstRootAbs.c_str()));
    19041906                    rc = VERR_NOT_SUPPORTED;
    19051907                    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