]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/mon/test-mon-msg.cc
update sources to v12.1.3
[ceph.git] / ceph / src / test / mon / test-mon-msg.cc
index a372ff602794050ab3d12186f09ca6aa0364e966..66fab30d07ac20d562fe06cae1eb0333dccf49ed 100644 (file)
@@ -63,6 +63,7 @@ public:
   explicit MonClientHelper(CephContext *cct_)
     : Dispatcher(cct_),
       cct(cct_),
+      msg(NULL),
       monc(cct_),
       lock("mon-msg-test::lock")
   { }