VirtualBox

Changeset 3996 in vbox


Ignore:
Timestamp:
Aug 2, 2007 10:49:27 AM (17 years ago)
Author:
vboxsync
Message:

Silent failure.

File:
1 edited

Legend:

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

    r3994 r3996  
    13681368            rc = RTFileSetMode((RTFILE)pHandle->file.Handle, pSFDEntry->Attr.fMode);
    13691369            if (rc != VINF_SUCCESS)
    1370                 AssertFailed();
     1370            {
     1371                Log(("RTFileSetMode %x failed with %Vrc\n", pSFDEntry->Attr.fMode, rc));
     1372                /* silent failure, because this tends to fail with e.g. windows guest & linux host */
     1373                rc = VINF_SUCCESS;
     1374            }
    13711375        }
    13721376    }
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