VirtualBox

Changeset 38898 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 28, 2011 3:17:01 PM (13 years ago)
Author:
vboxsync
Message:

Additions/linux/sharedfolders: silently ignore it if /etc/mtab can not be updated

Location:
trunk/src/VBox/Additions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp

    r37832 r38898  
    332332
    333333                case 3:
    334                     VBoxServiceError("VBoxServiceAutoMountWorker: Could not add an entry to the mount table: %s\n", strerror(errno));
     334                    /* VBoxServiceError("VBoxServiceAutoMountWorker: Could not add an entry to the mount table: %s\n", strerror(errno)); */
     335                    errno = 0;
    335336                    break;
    336337
  • trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c

    r33550 r38898  
    531531
    532532            case 3:
    533                 panic_err("%s: Could not add an entry to the mount table.", argv[0]);
     533                /* panic_err("%s: Could not add an entry to the mount table.", argv[0]); */
    534534                break;
    535535
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