From 688abcc90745515f7e143ef8cf1e938239db597c Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Mon, 20 Feb 2017 08:27:51 +0530 Subject: libglusterfs, gfdb, glusterfs: Add missing breaks A few switches did not have breaks causing fall throughs. Most of them have been fixed with fall through comments for those that are intentional. Change-Id: I84c85726b542f38504b50fefab5eba5dbcd27a07 BUG: 1424894 Signed-off-by: Nigel Babu Reviewed-on: https://review.gluster.org/16677 NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Smoke: Gluster Build System Reviewed-by: Jeff Darcy Reviewed-by: Shyamsundar Ranganathan --- xlators/protocol/client/src/client-helpers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/protocol/client') diff --git a/xlators/protocol/client/src/client-helpers.c b/xlators/protocol/client/src/client-helpers.c index 425c73fb1a5..f9d5c2c8b12 100644 --- a/xlators/protocol/client/src/client-helpers.c +++ b/xlators/protocol/client/src/client-helpers.c @@ -1437,6 +1437,7 @@ client_handle_fop_requirements (xlator_t *this, call_frame_t *frame, &this_req->compound_req_u.compound_lease_req, op_errno, out, &args->loc, &args->lease, args->xdata); + break; default: return ENOTSUP; } -- cgit