Changeset 3996 in vbox
- Timestamp:
- Aug 2, 2007 10:49:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r3994 r3996 1368 1368 rc = RTFileSetMode((RTFILE)pHandle->file.Handle, pSFDEntry->Attr.fMode); 1369 1369 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 } 1371 1375 } 1372 1376 }
Note:
See TracChangeset
for help on using the changeset viewer.