From: Sage Weil Date: Mon, 16 Nov 2009 22:33:12 +0000 (-0800) Subject: mon: fix decode authmon stash on restart X-Git-Tag: v0.18~107 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fecee16d9d52ffa9b9018ec819fcddbba1ed44fe;p=ceph.git mon: fix decode authmon stash on restart --- diff --git a/src/mon/AuthMonitor.cc b/src/mon/AuthMonitor.cc index 3b01b837a52a..9fc347d4f6ac 100644 --- a/src/mon/AuthMonitor.cc +++ b/src/mon/AuthMonitor.cc @@ -240,6 +240,7 @@ void AuthMonitor::init() if (v) { dout(0) << "AuthMonitor::init() startup: loading summary e" << v << dendl; bufferlist::iterator p = latest.begin(); + ::decode(max_global_id, p); ::decode(mon->key_server, p); } }