]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
* typo
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Sat, 30 Jun 2007 18:40:52 +0000 (18:40 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Sat, 30 Jun 2007 18:40:52 +0000 (18:40 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1460 29311d96-e01e-0410-9327-a35deaab8ce9

branches/sage/mon2/mon/ClientMonitor.cc

index e1d47ed133dd2512728be53b20f84b029ad00673..bfdede66b8ca7628fc06b96f6c13651531b27dc3 100644 (file)
@@ -70,7 +70,7 @@ bool ClientMonitor::update_from_paxos()
   }
 
   // save latest
-  bl.clear();
+  bufferlist bl;
   client_map._encode(bl);
   mon->store->put_bl_ss(bl, "clientmap", "latest");