VirtualBox

Changeset 39345 in vbox


Ignore:
Timestamp:
Nov 17, 2011 1:33:03 PM (13 years ago)
Author:
vboxsync
Message:

Additions/solaris/SharedFolders: don't modify passed-in stat in sfnode_lookup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c

    r39297 r39345  
    588588        if (create == VREG) {
    589589                type = VREG;
     590                stat = &tmp_stat;
    590591                error = sfprov_create(dir->sf_sffs->sf_handle, fullpath, c_mode,
    591592                                        &fp, stat);
     
    593594        } else if (create == VDIR) {
    594595                type = VDIR;
     596                stat = &tmp_stat;
    595597                error = sfprov_mkdir(dir->sf_sffs->sf_handle, fullpath, c_mode,
    596598                                        &fp, stat);
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