rgw-admin: remove subuser index when required

This commit is contained in:
Yehuda Sadeh 2011-12-28 16:50:36 -08:00
parent 2dc90d032d
commit 997e35aeee

View File

@ -865,6 +865,8 @@ int main(int argc, char **argv)
cerr << "error storing user info: " << cpp_strerror(-err) << std::endl;
break;
}
remove_old_indexes(old_info, info);
show_user_info(info, formatter);
break;