From: Josh Durgin Date: Tue, 12 Jul 2016 00:38:43 +0000 (-0700) Subject: rgw: fix compilation X-Git-Tag: ses5-milestone5~435^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F10252%2Fhead;p=ceph.git rgw: fix compilation Signed-off-by: Josh Durgin --- diff --git a/src/rgw/rgw_bucket.cc b/src/rgw/rgw_bucket.cc index d6a148b22d1..d2d19d4f696 100644 --- a/src/rgw/rgw_bucket.cc +++ b/src/rgw/rgw_bucket.cc @@ -2118,7 +2118,7 @@ public: if (!exists || old_bci.info.bucket.bucket_id != bci.info.bucket.bucket_id) { /* a new bucket, we need to select a new bucket placement for it */ - auto key{entry}; + auto key(entry); rgw_bucket_instance_oid_to_key(key); string tenant_name; string bucket_name;