The Samba-Bugzilla – Attachment 3905 Details for
Bug 4370
umount.cfis does not remove mtab entry for relative links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
canonicalize the path given to umount.cifs
umount.cifs.c.3.1patch (text/plain), 374 bytes, created by
shirishpargaonkar@gmail.com
on 2009-02-02 10:46:44 UTC
(
hide
)
Description:
canonicalize the path given to umount.cifs
Filename:
MIME Type:
Creator:
shirishpargaonkar@gmail.com
Created:
2009-02-02 10:46:44 UTC
Size:
374 bytes
patch
obsolete
>--- client.orig/umount.cifs.c 2009-02-02 04:35:20.000000000 -0600 >+++ client/umount.cifs.c 2009-02-02 04:49:20.000000000 -0600 >@@ -304,7 +304,7 @@ int main(int argc, char ** argv) > argv += optind; > argc -= optind; > >- mountpoint = argv[0]; >+ mountpoint = canonicalize(argv[0]); > > if((argc < 1) || (argv[0] == NULL)) { > printf("\nMissing name of unmount directory\n");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 4370
:
3143
|
3148
| 3905 |
3906