]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_object_expirer.cc
update sources to v12.1.0
[ceph.git] / ceph / src / rgw / rgw_object_expirer.cc
index 1d44a8797ccf2f2fa9b9e7915d974b7458bcaadb..21b8f9f299948cc7116c511b66f70fecf9c3dd33 100644 (file)
@@ -79,7 +79,7 @@ int main(const int argc, const char **argv)
 
   common_init_finish(g_ceph_context);
 
-  store = RGWStoreManager::get_storage(g_ceph_context, false, false, false, false);
+  store = RGWStoreManager::get_storage(g_ceph_context, false, false, false, false, false);
   if (!store) {
     std::cerr << "couldn't init storage provider" << std::endl;
     return EIO;