Changeset 77499 in vbox for trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
- Timestamp:
- Feb 28, 2019 11:04:45 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129094
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r77495 r77499 1595 1595 if (!pList->mSourceSpec.fDryRun) 1596 1596 { 1597 rc = directoryCreateOnHost( pList->mDstRootAbs.c_str(), fDirMode, fDirCreate, fCopyIntoExisting);1597 rc = directoryCreateOnHost(strDstAbs.c_str(), fDirMode, fDirCreate, fCopyIntoExisting); 1598 1598 if (RT_FAILURE(rc)) 1599 1599 break;
Note:
See TracChangeset
for help on using the changeset viewer.