At Thu, 16 Jun 2011 12:12:39 +0100,
Chris Webb wrote:
> 
> Signed-off-by: Chris Webb <[email protected]>
> ---
> 
>  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
> [email protected]
> http://lists.wpkg.org/mailman/listinfo/sheepdog
-- 
sheepdog mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog

Reply via email to