]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_es_query.cc
update sources to v12.1.1
[ceph.git] / ceph / src / rgw / rgw_es_query.cc
index 9a36cbc0d0f15e8cfe0571f3bc06608cd5fed3d2..5fb943f407d15a6365dda142e922478441621d1b 100644 (file)
@@ -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 {