]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: initialize aws4_auth_complete
authorJavier M. Mellid <jmunhoz@igalia.com>
Fri, 9 Oct 2015 09:44:33 +0000 (11:44 +0200)
committerJavier M. Mellid <jmunhoz@igalia.com>
Sat, 13 Feb 2016 12:31:07 +0000 (12:31 +0000)
Fixes: #10333
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
src/rgw/rgw_common.cc

index af28173c8a03e026a4bf59f77f5d926d8f8e1678..a427bde8ac717f60df887f07e047acf28de8bb8f 100644 (file)
@@ -157,6 +157,7 @@ req_state::req_state(CephContext *_cct, class RGWEnv *e) : cct(_cct), cio(NULL),
   bucket_acl = NULL;
   object_acl = NULL;
   expect_cont = false;
+  aws4_auth_complete = false;
 
   header_ended = false;
   obj_size = 0;