Changeset 223 for branches/samba-3.3.x/source/client
- Timestamp:
- May 24, 2009, 7:51:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/client/mount.cifs.c
r222 r223 1450 1450 } 1451 1451 printf("mount error(%d): %s\n", errno, strerror(errno)); 1452 printf("Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)\n"); 1452 printf("Refer to the mount.cifs(8) manual page (e.g. man " 1453 "mount.cifs)\n"); 1453 1454 rc = EX_FAIL; 1454 1455 goto mount_exit;
Note:
See TracChangeset
for help on using the changeset viewer.