]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/auth/cephx/CephxProtocol.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / auth / cephx / CephxProtocol.h
index 134df6b66a1f43bd0938d9518e3187d059336b30..8a28b7306233c4981e574a68be0ce9607d213823 100644 (file)
@@ -296,7 +296,7 @@ struct CephXTicketHandler {
   bool need_key() const;
 
   void invalidate_ticket() {
-    have_key_flag = 0;
+    have_key_flag = false;
   }
 private:
   CephContext *cct;