radosgw: fix compile warning

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2012-10-16 17:27:28 -07:00
parent d78ba6af94
commit 6f74e6b36a

View 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) {