Changeset 6415 in vbox for trunk/src/VBox
- Timestamp:
- Jan 21, 2008 3:52:26 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27379
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r6414 r6415 1132 1132 Log(("vbsfWrite %RX64 offset %RX64 bytes %x\n", Handle, offset, *pcbBuffer)); 1133 1133 1134 /* is the guest allowed to write to this share? */ 1134 /* Is the guest allowed to write to this share? 1135 * XXX Actually this check was still done in vbsfCreate() -- RTFILE_O_WRITE cannot be set if vbsfMappingsQueryWritable() failed. */ 1135 1136 bool fWritable; 1136 1137 rc = vbsfMappingsQueryWritable (pClient, root, &fWritable);
Note:
See TracChangeset
for help on using the changeset viewer.