[sheepdog] [PATCH] collie: add missing break
Liu Yuan
namei.unix at gmail.com
Tue May 28 04:47:32 CEST 2013
On 05/28/2013 09:25 AM, Hitoshi Mitake wrote:
> The commit 79fedfc268cc4c4a6de2cf49d61639667e6764a6 removes a break;
> mistakenly. This patch adds it.
>
> Signed-off-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
> ---
> collie/vdi.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/collie/vdi.c b/collie/vdi.c
> index 9f3ac56..08b5ed0 100644
> --- a/collie/vdi.c
> +++ b/collie/vdi.c
> @@ -2160,6 +2160,7 @@ static int vdi_parser(int ch, char *opt)
> pstrcpy(vdi_cmd_data.from_snapshot_tag,
> sizeof(vdi_cmd_data.from_snapshot_tag), opt);
> }
> + break;
> case 'f':
> vdi_cmd_data.force = true;
> break;
>
Applied after fixing the commit log, it was e607cab.
Thanks,
Yuan
More information about the sheepdog
mailing list