mirror of
https://github.com/ceph/ceph
synced 2025-01-20 10:01:45 +00:00
rgw: init ptr
Coverity cid 717384 Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
ca4e0607ef
commit
757457ad21
@ -131,7 +131,7 @@ static void xml_start(void *data, const char *el, const char **attr) {
|
||||
}
|
||||
|
||||
RGWXMLParser::
|
||||
RGWXMLParser() : buf(NULL), buf_len(0), cur_obj(NULL), success(true)
|
||||
RGWXMLParser() : p(NULL), buf(NULL), buf_len(0), cur_obj(NULL), success(true)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user