[Sheepdog] [PATCH, with sign-off this time] Fix typo in collie.c

MORITA Kazutaka morita.kazutaka at lab.ntt.co.jp
Thu Jun 16 16:40:45 CEST 2011


At Thu, 16 Jun 2011 12:12:39 +0100,
Chris Webb wrote:
> 
> Signed-off-by: Chris Webb <chris at arachsys.com>
> ---
> 
>  collie/collie.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Oops, thanks for the fix.

Kazutaka

> 
> diff --git a/collie/collie.c b/collie/collie.c
> index 606cb30..f253bbc 100644
> --- a/collie/collie.c
> +++ b/collie/collie.c
> @@ -1180,7 +1180,7 @@ static int cluster_parser(int ch, char *opt)
>  	return 0;
>  }
>  
> -static int cluster_shoutdown(int argc, char **argv)
> +static int cluster_shutdown(int argc, char **argv)
>  {
>  	shutdown_sheepdog();
>  	return 0;
> @@ -1189,7 +1189,7 @@ static int cluster_shoutdown(int argc, char **argv)
>  static struct subcommand cluster_cmd[] = {
>  	{"info", 0, cluster_info},
>  	{"format", 0, cluster_format},
> -	{"shutdown", SUBCMD_FLAG_NEED_NOEDLIST, cluster_shoutdown},
> +	{"shutdown", SUBCMD_FLAG_NEED_NOEDLIST, cluster_shutdown},
>  	{NULL,},
>  };
>  
> -- 
> 1.7.4.1
> 
> -- 
> sheepdog mailing list
> sheepdog at lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/sheepdog



More information about the sheepdog mailing list