mirror of
https://github.com/ceph/ceph
synced 2025-01-20 10:01:45 +00:00
test/osd/RadosModel: fix uninit values
Coverity cid 717390 Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
8d9d4f6154
commit
7c10bdc3a5
@ -948,8 +948,10 @@ public:
|
||||
const string &oid,
|
||||
TestOpStat *stat = 0) :
|
||||
TestOp(context, stat),
|
||||
completion(NULL),
|
||||
oid(oid),
|
||||
old_value(&context->cont_gen),
|
||||
snap(0),
|
||||
retval(0),
|
||||
attrretval(0)
|
||||
{}
|
||||
|
Loading…
Reference in New Issue
Block a user