- Timestamp:
- Dec 16, 2011 11:14:19 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75446
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r39643 r39646 2287 2287 return VERR_NOT_IMPLEMENTED; 2288 2288 2289 /* don't allow absolute targets */2290 if (RTPathStartsWithRoot(pszOldPath))2291 return VERR_INVALID_NAME;2292 2293 2289 bool fSymlinksCreate; 2294 2290 rc = vbsfMappingsQuerySymlinksCreate(pClient, root, &fSymlinksCreate);
Note:
See TracChangeset
for help on using the changeset viewer.