]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/auth/cephx/CephxKeyServer.h
import 14.2.4 nautilus point release
[ceph.git] / ceph / src / auth / cephx / CephxKeyServer.h
index 67162452f1b194a679f5ac72202744dd80c35650..cd3cf1234678fc7f2893fb2a03a47c4c45973446 100644 (file)
@@ -78,7 +78,10 @@ struct KeyServerData {
   }
 
   void clear_secrets() {
+    version = 0;
     secrets.clear();
+    rotating_ver = 0;
+    rotating_secrets.clear();
   }
 
   void add_auth(const EntityName& name, EntityAuth& auth) {