]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
RGW: fix shadowed variable error
authorSamuel Just <samuel.just@dreamhost.com>
Wed, 2 Feb 2011 20:01:22 +0000 (12:01 -0800)
committerSamuel Just <samuel.just@dreamhost.com>
Wed, 2 Feb 2011 22:38:14 +0000 (14:38 -0800)
commit10ceea996cc3db7b49b3fc676a84df8f5a9efd57
treecde46c453c7d7d0107e2686bcb79b120f84c0570
parent763fb13611b83dbb556eab55c5bb6e1287ee914a
RGW: fix shadowed variable error

int ret and bool ret shadow this->ret, setting ret before the goto
therefore had no effect in these cases.

Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
src/rgw/rgw_op.cc