VirtualBox

Changeset 6415 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 21, 2008 3:52:26 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27379
Message:

comment

File:
1 edited

Legend:

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

    r6414 r6415  
    11321132    Log(("vbsfWrite %RX64 offset %RX64 bytes %x\n", Handle, offset, *pcbBuffer));
    11331133
    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. */
    11351136    bool fWritable;
    11361137    rc = vbsfMappingsQueryWritable (pClient, root, &fWritable);
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