]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw: Drop unnecessary return
authorJos Collin <jcollin@redhat.com>
Wed, 6 Sep 2017 12:56:50 +0000 (18:26 +0530)
committerJos Collin <jcollin@redhat.com>
Wed, 6 Sep 2017 12:56:57 +0000 (18:26 +0530)
Dropped unnecessary return, as it is returning after the switch.

Signed-off-by: Jos Collin <jcollin@redhat.com>
src/rgw/rgw_admin.cc

index ef8f25ed02d47ffa6851e8c74a021c4d51d95f0e..0dccc5cac91aa49e8a8bf7ed7ded84a3202307ff 100644 (file)
@@ -3445,7 +3445,7 @@ int main(int argc, const char **argv)
         formatter->flush(cout);
         cout << std::endl;
       }
-      return 0;
+      break;
 
     case OPT_ZONEGROUP_ADD:
       {