]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
radosgw: fix compile warning
authorSage Weil <sage@inktank.com>
Wed, 17 Oct 2012 00:27:28 +0000 (17:27 -0700)
committerSage Weil <sage@inktank.com>
Wed, 17 Oct 2012 00:27:28 +0000 (17:27 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
src/rgw/rgw_op.h

index f99a38b5c08505bb76490fe102c8ff990736c92e..eb71c68c55a4effeb893dd1dfad91e5e669e1d78 100644 (file)
@@ -32,7 +32,7 @@ protected:
   RGWHandler *dialect_handler;
   RGWRados *store;
 public:
-  RGWOp() : s(NULL), store(NULL), dialect_handler(NULL) {}
+  RGWOp() : s(NULL), dialect_handler(NULL), store(NULL) {}
   virtual ~RGWOp() {}
 
   virtual void init(RGWRados *store, struct req_state *s, RGWHandler *dialect_handler) {