From: Danny Al-Gaaf Date: Mon, 11 Mar 2013 15:08:00 +0000 (+0100) Subject: rgw/rgw_common.cc: initialize has_acl_header in constructor with 'false' X-Git-Tag: v0.60~106^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8ad58b43b13740f3b1d1f7a39daf9a6cef8066b2;p=ceph.git rgw/rgw_common.cc: initialize has_acl_header in constructor with 'false' Signed-off-by: Danny Al-Gaaf --- diff --git a/src/rgw/rgw_common.cc b/src/rgw/rgw_common.cc index c4dfe2fc6c2c..a7b8d697c68b 100644 --- a/src/rgw/rgw_common.cc +++ b/src/rgw/rgw_common.cc @@ -90,7 +90,7 @@ is_err() const req_state::req_state(CephContext *_cct, struct RGWEnv *e) : cct(_cct), cio(NULL), op(OP_UNKNOWN), - os_auth_token(NULL), + has_acl_header(false), os_auth_token(NULL), env(e) { enable_ops_log = env->conf->enable_ops_log;