]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix for RGWCoroutinesManager::run() return value 7827/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 4 Mar 2016 20:22:50 +0000 (15:22 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 4 Mar 2016 22:04:09 +0000 (17:04 -0500)
commit9a6771a86484fa55758c6d132caeb7f97b22c822
tree51f5e29b2df9f8a135766bb2b428367577353713
parent5434db9335ac23b96cc8d64c46e3d2eb78b68917
rgw: fix for RGWCoroutinesManager::run() return value

the 'int ret' variable of the inner scope was shadowing an 'int ret'
variable in the outer scope, so we weren't propagating any of the error
codes

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_coroutine.cc