mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
Merge pull request #16932 from amitkumar50/cov-cls-rgw-1
cls/rgw: Initialization of uninitialized members
This commit is contained in:
commit
874ac9c209
@ -1100,7 +1100,7 @@ WRITE_CLASS_ENCODER(cls_rgw_lc_get_head_ret)
|
||||
|
||||
struct cls_rgw_lc_list_entries_op {
|
||||
string marker;
|
||||
uint32_t max_entries;
|
||||
uint32_t max_entries = 0;
|
||||
|
||||
cls_rgw_lc_list_entries_op() {}
|
||||
|
||||
|
@ -1045,7 +1045,7 @@ WRITE_CLASS_ENCODER(cls_rgw_gc_obj_info)
|
||||
|
||||
struct cls_rgw_lc_obj_head
|
||||
{
|
||||
time_t start_date;
|
||||
time_t start_date = 0;
|
||||
string marker;
|
||||
|
||||
cls_rgw_lc_obj_head() {}
|
||||
|
Loading…
Reference in New Issue
Block a user