X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Frgw%2Frgw_es_query.cc;h=5fb943f407d15a6365dda142e922478441621d1b;hb=224ce89bce8186937e77bdbda572a650953f8c23;hp=9a36cbc0d0f15e8cfe0571f3bc06608cd5fed3d2;hpb=06dae762bfef1ba116dc58483c7b68b733d853e0;p=ceph.git diff --git a/ceph/src/rgw/rgw_es_query.cc b/ceph/src/rgw/rgw_es_query.cc index 9a36cbc0d..5fb943f40 100644 --- a/ceph/src/rgw/rgw_es_query.cc +++ b/ceph/src/rgw/rgw_es_query.cc @@ -184,7 +184,7 @@ public: }; class ESQueryNodeLeafVal_Int : public ESQueryNodeLeafVal { - int64_t val; + int64_t val{0}; public: ESQueryNodeLeafVal_Int() {} bool init(const string& str_val, string *perr) override {