]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: fix copy/paste error
authorSage Weil <sage@inktank.com>
Fri, 12 Jul 2013 18:34:22 +0000 (11:34 -0700)
committerSage Weil <sage@inktank.com>
Fri, 12 Jul 2013 18:34:22 +0000 (11:34 -0700)
From rebase/squash into 96c48835d19923b467ced3032948af6c2b7959f2.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/Monitor.cc

index e11fb8103821f3f919869318e93d53e9ab03e9b8..a2699757a3200bedcdaf9d795b205650b4c86403 100644 (file)
@@ -842,7 +842,7 @@ void Monitor::sync_start(entity_inst_t &other, bool full)
     sync_last_committed_floor = MAX(sync_last_committed_floor, paxos->get_version());
     dout(10) << __func__ << " marking sync in progress, storing sync_last_committed_floor "
             << sync_last_committed_floor << dendl;
-    t->put("mon_sync", "last_committed_floor", sync_last_committed_floor);
+    t.put("mon_sync", "last_committed_floor", sync_last_committed_floor);
 
     store->apply_transaction(t);