src/rgw/rgw_rados.h: init some RGWPeriod member vars in ctor
Fix for:
CID
1353422 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
uninit_member: Non-static class member cct is not initialized in this
constructor nor in any functions that it calls.
uninit_member: Non-static class member store is not initialized in
this constructor nor in any functions that it calls.
CID
1353426 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
uninit_member: Non-static class member cct is not initialized in this
constructor nor in any functions that it calls.
uninit_member: Non-static class member store is not initialized in
this constructor nor in any functions that it calls.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>