VirtualBox

Changeset 6396 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 20, 2008 8:16:03 PM (17 years ago)
Author:
vboxsync
Message:

vboxvfs: handle VERR_WRITE_PROTECT correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/dirops.c

    r5999 r6396  
    411411        rc = vboxCallCreate (&client_handle, &sf_g->map, path, &params);
    412412        if (VBOX_FAILURE (rc)) {
     413                if (rc == VERR_WRITE_PROTECT)
     414                {
     415                    err = -EACCES;
     416                    goto fail0;
     417                }
    413418                err = -EPROTO;
    414419                LogFunc(("(%d): vboxCallCreate(%s) failed rc=%Vrc\n", dirop,
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