From 8711f2c20c95c3e33601d44cae3599f615625772 Mon Sep 17 00:00:00 2001 From: Jeff Layton 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