VirtualBox

Changeset 97475 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 9, 2022 8:48:44 AM (2 years ago)
Author:
vboxsync
Message:

Guest Control/Main: More fixes for single file copying into existing directories. bugref:10286

File:
1 edited

Legend:

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

    r97474 r97475  
    18391839            }
    18401840
    1841             if (!pList->mSourceSpec.fDryRun)
     1841            if (   RT_SUCCESS(vrc)
     1842                && !pList->mSourceSpec.fDryRun)
    18421843                vrc = fileCopyFromGuest(strSrcRootAbs, strDstRootAbs, pList->mSourceSpec.fFileCopyFlags);
    18431844        }
     
    23222323            }
    23232324
    2324             if (!pList->mSourceSpec.fDryRun)
     2325            if (   RT_SUCCESS(vrc)
     2326                && !pList->mSourceSpec.fDryRun)
    23252327                vrc = fileCopyToGuest(strSrcRootAbs, strDstRootAbs, pList->mSourceSpec.fFileCopyFlags);
    23262328        }
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