On Wed, Jan 5, 2011 at 9:37 AM, Jeff Layton <[email protected]> wrote:
> Reported-by: Stefan Walter <[email protected]>
> Signed-off-by: Jeff Layton <[email protected]>
> ---
>  cifs.upcall.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/cifs.upcall.c b/cifs.upcall.c
> index 648a138..1ffcd7c 100644
> --- a/cifs.upcall.c
> +++ b/cifs.upcall.c
> @@ -680,7 +680,7 @@ int main(const int argc, char *const argv[])
>
>        openlog(prog, 0, LOG_DAEMON);
>
> -       while ((c = getopt_long(argc, argv, "ctv", long_options, NULL)) != 
> -1) {
> +       while ((c = getopt_long(argc, argv, "cltv", long_options, NULL)) != 
> -1) {
>                switch (c) {
>                case 'c':
>                        /* legacy option -- skip it */
> --
> 1.7.3.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
Looks fine.

Reviewed-by: Shirish Pargaonkar <[email protected]>
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to