]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
ceph-syn: silence clang analyzer warning
authorKefu Chai <kchai@redhat.com>
Fri, 27 Oct 2017 04:02:20 +0000 (12:02 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 27 Oct 2017 04:04:15 +0000 (12:04 +0800)
commit817cdee60c7b403afd45c0316d2c3d2ec6109804
treec1f0c7f3ef3844d36fbb04ecdf49a24dce5e2bff
parent3f6e0b6e808e331ac734fef11c0bd3d8709e81a8
ceph-syn: silence clang analyzer warning

initialize `messengers` and `mclients` with `nullptr`, to silence
warning like

Argument to 'delete' is uninitialized

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