Changeset 73040 in vbox for trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
- Timestamp:
- Jul 10, 2018 4:08:51 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123594
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r73038 r73040 1761 1761 AssertPtr(pList); 1762 1762 1763 bool fCopyIntoExisting ;1764 bool fFollowSymlinks ;1765 uint32_t fDirMode = 0700; /** @todo Play safe by default; implement ACLs. */1763 bool fCopyIntoExisting = false; 1764 bool fFollowSymlinks = false; 1765 uint32_t fDirMode = 0700; /** @todo Play safe by default; implement ACLs. */ 1766 1766 1767 1767 LogFlowFunc(("List: srcRootAbs=%s, dstRootAbs=%s\n", pList->mSrcRootAbs.c_str(), pList->mDstRootAbs.c_str()));
Note:
See TracChangeset
for help on using the changeset viewer.