From adb1168f4e06ba19ab0f138b43e289d179ce5d45 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Thu, 31 May 2018 15:11:54 -0700 Subject: call-stub: Add a missing break updates: bz#789278 Change-Id: Id411e69505209c08f33bb77948ee81936dfaef79 Signed-off-by: Vijay Bellur --- libglusterfs/src/call-stub.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/call-stub.c b/libglusterfs/src/call-stub.c index d5c4f1365e8..a1b87bf5db2 100644 --- a/libglusterfs/src/call-stub.c +++ b/libglusterfs/src/call-stub.c @@ -2394,6 +2394,7 @@ call_resume_wind (call_stub_t *stub) stub->args.count, stub->args.offset, stub->args.iobref, stub->args.xattr, stub->args.xdata); + break; default: gf_msg_callingfn ("call-stub", GF_LOG_ERROR, EINVAL, -- cgit