Changeset 38898 in vbox for trunk/src/VBox
- Timestamp:
- Sep 28, 2011 3:17:01 PM (13 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r37832 r38898 332 332 333 333 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; 335 336 break; 336 337 -
trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c
r33550 r38898 531 531 532 532 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]); */ 534 534 break; 535 535
Note:
See TracChangeset
for help on using the changeset viewer.