]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: lease_stack: use reset method instead of assignment 16711/head
authorNathan Cutler <ncutler@suse.com>
Thu, 6 Jul 2017 18:17:49 +0000 (20:17 +0200)
committerCasey Bodley <cbodley@redhat.com>
Mon, 31 Jul 2017 19:22:57 +0000 (15:22 -0400)
commit314952c58993e6ea6a3fa1bb3b6f9a7118c52ea4
tree60d67cee076f00d85f6a771dd7ec386123e7461f
parent0930eb07d1c983412e27f7c42836a319a3161c7a
rgw: lease_stack: use reset method instead of assignment

It seems that the intent of 45877d38fd9a385b2f8b13e90be94d784898b0b3 was to
change all instances of "lease_stack = ..." to "lease_stack.reset(...)", but
this one was missed.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit fc425afeb2e2a6ba3c98c612b3977aea619c9f73)
src/rgw/rgw_sync.cc