From: Casey Bodley Date: Mon, 12 Aug 2019 14:18:34 +0000 (-0400) Subject: rgw: RGWUserCtl::PutParams::attrs defaults to nullptr X-Git-Tag: v15.1.0~1898^2^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2bf103100b364b3a55c8b75642eff79f60217c3f;p=ceph-ci.git rgw: RGWUserCtl::PutParams::attrs defaults to nullptr Signed-off-by: Casey Bodley --- diff --git a/src/rgw/rgw_user.h b/src/rgw/rgw_user.h index 18a6ae9d753..b961f279417 100644 --- a/src/rgw/rgw_user.h +++ b/src/rgw/rgw_user.h @@ -853,7 +853,7 @@ public: RGWObjVersionTracker *objv_tracker{nullptr}; ceph::real_time mtime; bool exclusive{false}; - map *attrs; + map *attrs{nullptr}; PutParams() {}