VirtualBox

Ignore:
Timestamp:
Jan 14, 2009 4:52:20 PM (16 years ago)
Author:
vboxsync
Message:

Main: Pass inaccessible shared folders to the guest instead of silently ignoring them (#2425).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r15888 r15945  
    28702870    rc = sharedFolder->init (machine(), aName, aHostPath, aWritable);
    28712871    CheckComRCReturnRC (rc);
    2872 
    2873     BOOL accessible = FALSE;
    2874     rc = sharedFolder->COMGETTER(Accessible) (&accessible);
    2875     CheckComRCReturnRC (rc);
    2876 
    2877     if (!accessible)
    2878         return setWarning (VBOX_E_FILE_ERROR,
    2879             tr ("Shared folder host path '%ls' is not accessible"), aHostPath);
    28802872
    28812873    mHWData.backup();
Note: See TracChangeset for help on using the changeset viewer.

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