[sheepdog] [PATCH] collie: add missing break

Hitoshi Mitake mitake.hitoshi at lab.ntt.co.jp
Tue May 28 03:25:42 CEST 2013


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;
-- 
1.7.2.5




More information about the sheepdog mailing list