]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/rgw_admin.cc: remove no longer valid comment
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 14 Jul 2015 06:42:05 +0000 (08:42 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 17 Jul 2015 08:50:45 +0000 (10:50 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rgw/rgw_admin.cc

index ee2bab8895e16b205043b17af15dfc893a0ace8d..c70f51361dfe8a5bd6119cb8eeefc6cbf7a5baca 100644 (file)
@@ -1051,7 +1051,6 @@ int do_check_object_locator(const string& bucket_name, bool fix, bool remove_bad
 
       if (key.name[0] == '_') {
         ret = check_obj_locator_underscore(bucket_info, obj, key, fix, remove_bad, f);
-        /* ignore return code, move to the next one */
        
        if (ret >= 0) {
           ret = check_obj_tail_locator_underscore(bucket_info, obj, key, fix, f);