CID
1352184: Uninitialized pointer field (UNINIT_CTOR)
2. uninit_member: Non-static class member ldh is not initialized in this constructor nor in any functions that it calls.
Signed-off-by: Jos Collin <jcollin@redhat.com>
RGWFrontendConfig* fec;
RGWLibFrontend* fe;
OpsLogSocket* olog;
- rgw::LDAPHelper* ldh;
+ rgw::LDAPHelper* ldh{nullptr};
RGWREST rest; // XXX needed for RGWProcessEnv
RGWRados* store;
boost::intrusive_ptr<CephContext> cct;