From: Javier M. Mellid Date: Fri, 9 Oct 2015 09:44:33 +0000 (+0200) Subject: rgw: initialize aws4_auth_complete X-Git-Tag: v10.1.0~351^2^2~20 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b7772cac3a7214104bcdd3fd7b532e6b5b960067;p=ceph.git rgw: initialize aws4_auth_complete Fixes: #10333 Signed-off-by: Javier M. Mellid --- diff --git a/src/rgw/rgw_common.cc b/src/rgw/rgw_common.cc index af28173c8a03..a427bde8ac71 100644 --- a/src/rgw/rgw_common.cc +++ b/src/rgw/rgw_common.cc @@ -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;