Changeset 97475 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 9, 2022 8:48:44 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r97474 r97475 1839 1839 } 1840 1840 1841 if (!pList->mSourceSpec.fDryRun) 1841 if ( RT_SUCCESS(vrc) 1842 && !pList->mSourceSpec.fDryRun) 1842 1843 vrc = fileCopyFromGuest(strSrcRootAbs, strDstRootAbs, pList->mSourceSpec.fFileCopyFlags); 1843 1844 } … … 2322 2323 } 2323 2324 2324 if (!pList->mSourceSpec.fDryRun) 2325 if ( RT_SUCCESS(vrc) 2326 && !pList->mSourceSpec.fDryRun) 2325 2327 vrc = fileCopyToGuest(strSrcRootAbs, strDstRootAbs, pList->mSourceSpec.fFileCopyFlags); 2326 2328 }
Note:
See TracChangeset
for help on using the changeset viewer.