]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix rgw_remove_bucket()
authorYehuda Sadeh <yehuda@inktank.com>
Fri, 5 Jul 2013 06:41:58 +0000 (23:41 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Fri, 5 Jul 2013 06:44:02 +0000 (23:44 -0700)
commitd09ce3df2ea3bd310ff2bc1e0bc36542f93ee22e
treee59d202f882016e2eaf931481906fd5413853715
parentc14847c30460a77b2ddf0a2dda555dabe3843c22
rgw: fix rgw_remove_bucket()

function was referring bucket info object directly, instead of going
through helper functions, which is now a must.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_bucket.cc