From: Yehuda Sadeh Date: Fri, 28 Jun 2013 21:47:43 +0000 (-0700) Subject: rgw: initialize sent_header in RGWOp_Opstate_List X-Git-Tag: v0.67-rc1~128^2~23 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e56ef07eb1f1ff76d1a733cfbef0dc5e9c5e364f;p=ceph.git rgw: initialize sent_header in RGWOp_Opstate_List Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_rest_opstate.h b/src/rgw/rgw_rest_opstate.h index 0d069e0c9c0c..8f6a9675a68d 100644 --- a/src/rgw/rgw_rest_opstate.h +++ b/src/rgw/rgw_rest_opstate.h @@ -17,7 +17,7 @@ class RGWOp_Opstate_List : public RGWRESTOp { bool sent_header; public: - RGWOp_Opstate_List() {} + RGWOp_Opstate_List() : sent_header(false) {} ~RGWOp_Opstate_List() {} int check_caps(RGWUserCaps& caps) {