diff options
author | Mohammed Azhar Padariyakam <mpadariy@redhat.com> | 2017-09-21 20:55:05 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2017-09-29 09:27:46 +0000 |
commit | d01a674077f2411ecde7bd6037efbfcf6faa65ba (patch) | |
tree | db3014570a8361e4087f067b2c681ef509674b16 /glusterfs.spec.in | |
parent | eebeb504578e774eef6e762326baadaab014b9ae (diff) |
protocol/client: Coverity Fix IDENTICAL_BRANCHES in client3_3_flush_cbk
Issue : The same code is executed when the condition "ret < 0" is true
or false, because the code in the if-then branch and after the if
statement is identical.
Solution : Remove the if-condition whose output does not alter the
program flow of control
Fix : The identical branching condition was removed.
Change-Id: Iae40f068e5a03946273e1091886ba7011460fcc8
BUG: 789278
Signed-off-by: Mohammed Azhar Padariyakam <mpadariy@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
0 files changed, 0 insertions, 0 deletions