]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common: initialize _hash in LogEntryKey() 15615/head
authorJos Collin <jcollin@redhat.com>
Mon, 12 Jun 2017 03:05:12 +0000 (08:35 +0530)
committerJos Collin <jcollin@redhat.com>
Mon, 12 Jun 2017 03:28:47 +0000 (08:58 +0530)
commit915906dd56bc71eaa534500df7e5efc02848344c
treec6ac89d0bf9df9e5e8c1a9de2a504cc28a45125d
parent9f259cb923e7474229bb2e5e54b59f3b7f068bc5
common: initialize _hash in LogEntryKey()

Fixed:

** CID 717210:  Uninitialized members  (UNINIT_CTOR)
ceph/src/common/LogEntry.h: 70 in LogEntryKey::LogEntryKey()()
Non-static class member "_hash" is not initialized in this constructor nor in any functions that it calls.

Signed-off-by: Jos Collin <jcollin@redhat.com>
src/common/LogEntry.h