]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: Move upload_info declaration out of conditional 29559/head
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 19 Jul 2019 20:10:30 +0000 (16:10 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 8 Aug 2019 17:12:46 +0000 (13:12 -0400)
commita63881eaf7688ce0e5318de5d9847ec01a19f6d7
tree5408d7c9655d62924ce04826a7264c2bbb3d41e5
parent24a3056171e148874341bd6d7d626a534535ea25
rgw: Move upload_info declaration out of conditional

That way we don't deconstruct it right after assigning a reference to
part of it.

Fixes: https://tracker.ceph.com/issues/41172
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/rgw/rgw_op.cc