mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #16813 from amitkumar50/cov-717297
messages: Initializing uninitialized members MMonGetVersionReply Reviewed-by: Greg Farnum <gfarnum@redhat.com>
This commit is contained in:
commit
a72e75cf69
@ -53,9 +53,9 @@ public:
|
||||
::decode(oldest_version, p);
|
||||
}
|
||||
|
||||
ceph_tid_t handle;
|
||||
version_t version;
|
||||
version_t oldest_version;
|
||||
ceph_tid_t handle = 0;
|
||||
version_t version = 0;
|
||||
version_t oldest_version = 0;
|
||||
|
||||
private:
|
||||
~MMonGetVersionReply() override {}
|
||||
|
Loading…
Reference in New Issue
Block a user