VirtualBox

Changeset 6450 in vbox


Ignore:
Timestamp:
Jan 22, 2008 4:15:02 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27426
Message:

style

File:
1 edited

Legend:

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

    r6405 r6450  
    411411        rc = vboxCallCreate (&client_handle, &sf_g->map, path, &params);
    412412        if (VBOX_FAILURE (rc)) {
    413                 if (rc == VERR_WRITE_PROTECT)
    414                 {
    415                     err = -EROFS;
    416                     goto fail0;
     413                if (rc == VERR_WRITE_PROTECT) {
     414                        err = -EROFS;
     415                        goto fail0;
    417416                }
    418417                err = -EPROTO;
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