VirtualBox

Changeset 39646 in vbox for trunk


Ignore:
Timestamp:
Dec 16, 2011 11:14:19 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75446
Message:

SharedFolders: more fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp

    r39643 r39646  
    22872287        return VERR_NOT_IMPLEMENTED;
    22882288
    2289     /* don't allow absolute targets */
    2290     if (RTPathStartsWithRoot(pszOldPath))
    2291         return VERR_INVALID_NAME;
    2292 
    22932289    bool fSymlinksCreate;
    22942290    rc = vbsfMappingsQuerySymlinksCreate(pClient, root, &fSymlinksCreate);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette