mirror of
https://github.com/ceph/ceph
synced 2024-12-25 21:03:31 +00:00
radosgw: fix compile warning
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
d78ba6af94
commit
6f74e6b36a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user