]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add missing override in list_keys_init()
authorJos Collin <jcollin@redhat.com>
Fri, 25 Aug 2017 10:02:56 +0000 (15:32 +0530)
committerAbhishek Lekshmanan <abhishek@suse.com>
Thu, 14 Sep 2017 09:35:25 +0000 (11:35 +0200)
Added missing override in list_keys_init().

Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit bfc999f1db96293e6a2188922074031fa0b40ecc)

src/rgw/rgw_bucket.cc

index 904d62e11a66b2acfca056499d68b1f8934d2cd2..ff68a30af1e440a9855bf06afb0e6141eeb2fff3 100644 (file)
@@ -2164,8 +2164,7 @@ public:
     pool = store->get_zone_params().domain_root;
   }
 
-  int list_keys_init(RGWRados *store, const string& marker, void **phandle)
-  {
+  int list_keys_init(RGWRados *store, const string& marker, void **phandle) override {
     list_keys_info *info = new list_keys_info;
 
     info->store = store;