diff options
author | Vijay Bellur <vbellur@redhat.com> | 2018-05-31 15:11:54 -0700 |
---|---|---|
committer | Poornima G <pgurusid@redhat.com> | 2018-06-01 09:23:03 +0000 |
commit | adb1168f4e06ba19ab0f138b43e289d179ce5d45 (patch) | |
tree | 763926c5729d74d16543207edf52bf5885372909 /libglusterfs/src | |
parent | 74529cf1a133115adedbb2bdeaa0a9e90b773320 (diff) |
call-stub: Add a missing break
updates: bz#789278
Change-Id: Id411e69505209c08f33bb77948ee81936dfaef79
Signed-off-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'libglusterfs/src')
-rw-r--r-- | libglusterfs/src/call-stub.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |