Changeset 105 for branches/samba-3.0/source/client/umount.cifs.c
- Timestamp:
- Nov 26, 2007, 9:24:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/client/umount.cifs.c
r1 r105 343 343 /* fixup path if needed */ 344 344 345 /* Trim any trailing slashes */ 346 while ((strlen(mountpoint) > 1) && 347 (mountpoint[strlen(mountpoint)-1] == '/')) 348 { 349 mountpoint[strlen(mountpoint)-1] = '\0'; 350 } 351 345 352 /* make sure that this is a cifs filesystem */ 346 353 rc = statfs(mountpoint, &statbuf);
Note:
See TracChangeset
for help on using the changeset viewer.