From 2dcab51f58131cee4c8ae113d6b86cfa4204837f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 12 Jul 2013 11:34:22 -0700 Subject: [PATCH] mon: fix copy/paste error From rebase/squash into 96c48835d19923b467ced3032948af6c2b7959f2. Signed-off-by: Sage Weil --- src/mon/Monitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index e11fb810382..a2699757a32 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -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); -- 2.47.3