rgw: init ptr

Coverity cid 717384
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2012-08-24 16:26:20 -07:00
parent ca4e0607ef
commit 757457ad21

View File

@ -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)
{
}