From 2bf103100b364b3a55c8b75642eff79f60217c3f Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 12 Aug 2019 10:18:34 -0400 Subject: [PATCH] rgw: RGWUserCtl::PutParams::attrs defaults to nullptr Signed-off-by: Casey Bodley --- src/rgw/rgw_user.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_user.h b/src/rgw/rgw_user.h index 18a6ae9d7539..b961f2794179 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() {} -- 2.47.3