The Samba-Bugzilla – Attachment 4818 Details for
Bug 6692
mount.cifs segfault
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch 1 -- revert broken patch
0001-Revert-cifs-mount-did-not-properly-display-version.patch (text/plain), 987 bytes, created by
Jeff Layton
on 2009-10-08 09:48:02 UTC
(
hide
)
Description:
patch 1 -- revert broken patch
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2009-10-08 09:48:02 UTC
Size:
987 bytes
patch
obsolete
>From 8711f2c20c95c3e33601d44cae3599f615625772 Mon Sep 17 00:00:00 2001 >From: Jeff Layton <jlayton@redhat.com> >Date: Thu, 8 Oct 2009 10:42:37 -0400 >Subject: [PATCH] Revert "cifs mount did not properly display version string when no other parameters passed in." > >This reverts commit c7bf0f4c222ae46be2a751997e03197832b494cd. >--- > source/client/mount.cifs.c | 8 -------- > 1 files changed, 0 insertions(+), 8 deletions(-) > >diff --git a/source/client/mount.cifs.c b/source/client/mount.cifs.c >index c78aee0..bb40a8c 100644 >--- a/source/client/mount.cifs.c >+++ b/source/client/mount.cifs.c >@@ -1098,14 +1098,6 @@ int main(int argc, char ** argv) > } > mountpoint = argv[2]; > } else { >- if ((strcmp (argv[1], "--version") == 0) || >- ((strcmp (argv[1], "-V") == 0))) { >- printf ("mount.cifs version: %s.%s%s\n", >- MOUNT_CIFS_VERSION_MAJOR, >- MOUNT_CIFS_VERSION_MINOR, >- MOUNT_CIFS_VENDOR_SUFFIX); >- exit (0); >- } > mount_cifs_usage(); > exit(EX_USAGE); > } >-- >1.6.0.6 >
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
Flags:
jlayton
:
review?
(
sfrench
)
Actions:
View
Attachments on
bug 6692
: 4818 |
4819