]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/rgw_common.cc: initialize has_acl_header in constructor with 'false'
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 11 Mar 2013 15:08:00 +0000 (16:08 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 11 Mar 2013 15:08:00 +0000 (16:08 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rgw/rgw_common.cc

index c4dfe2fc6c2c2d0b55d60e321ba5093eeb3900a0..a7b8d697c68bf427ef03c149f44bbe74c2be3283 100644 (file)
@@ -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;