]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: do not assign ret code to 0 twice 14549/head
authorKefu Chai <kchai@redhat.com>
Fri, 14 Apr 2017 05:43:41 +0000 (13:43 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 14 Apr 2017 10:30:42 +0000 (18:30 +0800)
commit089a64c5dd9acbfdb16e6d34cb7b10ebf17d899c
treed2bd804e88d79ece762763f6470f4d0651402266
parent28d43be0561e22b990cbb97564810f230fdc93f8
mon: do not assign ret code to 0 twice

silences warning of clang static ananlyzer:

Value stored to 't' is never read

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/Monitor.cc