]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: RGWUserCtl::PutParams::attrs defaults to nullptr
authorCasey Bodley <cbodley@redhat.com>
Mon, 12 Aug 2019 14:18:34 +0000 (10:18 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 12 Aug 2019 18:10:43 +0000 (14:10 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_user.h

index 18a6ae9d753901bd5b38be1d268ae291c39e4022..b961f2794179339452a5611c61d3308f1e35677a 100644 (file)
@@ -853,7 +853,7 @@ public:
     RGWObjVersionTracker *objv_tracker{nullptr};
     ceph::real_time mtime;
     bool exclusive{false};
-    map<string, bufferlist> *attrs;
+    map<string, bufferlist> *attrs{nullptr};
 
     PutParams() {}