summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src
diff options
context:
space:
mode:
authorSanju Rakonde <srakonde@redhat.com>2017-09-25 12:34:05 +0530
committerJeff Darcy <jeff@pl.atyp.us>2017-09-26 13:06:33 +0000
commitb269089a33bd1348d34c861817c3f673206b6a18 (patch)
tree8a37e22c9fe5249ad6f66a318c890211621a259c /xlators/mgmt/glusterd/src
parent83d2bf8815bb4d79349659a7d5b9df822acd5430 (diff)
Glusterfsd: Unreachable statements
Issue: Event unreachable at line number 1111 in glusterfsd/src/glusterfsd.c There was a statement in outer if block after the break statement. Ideally the break statement should be inside the inner if block so that the statement will not become unreachable. I put the break inside the inner if block. Change-Id: Id4917305333e1638f35b3f2fb59ac42e62a12d02 BUG: 789278 Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src')
0 files changed, 0 insertions, 0 deletions