diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2017-11-27 15:07:05 +0530 |
---|---|---|
committer | Xavier Hernandez <jahernan@redhat.com> | 2017-11-30 12:22:00 +0000 |
commit | 7ae126dcd967a953a64102a96de8e0678331e548 (patch) | |
tree | dfd6977c0adbd1951096448c6bb29e0f643a365b /libglusterfs | |
parent | eb013e4c180014238c95d58f67246ff19b40c437 (diff) |
heal: Fix coverity scan dead-code report
Got following kind of scan issues:
*** CID 1382469: (DEADCODE)
/heal/src/glfs-heal.c: 1749 in main()
1744 break;
1745 case GF_SHD_OP_SBRAIN_HEAL_FROM_BRICK:
1746 ret = glfsh_heal_from_brick (fs, top_subvol, &rootloc,
1747 hostname, path, file);
1748 break;
>>> CID 1382469: (DEADCODE)
>>> Execution cannot reach this statement: "case GF_SHD_OP_INVALID:".
Change-Id: I184da785893cb3e281b21f2d4fcdd2e5452102e6
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Diffstat (limited to 'libglusterfs')
0 files changed, 0 insertions, 0 deletions