From: Sage Weil Date: Mon, 16 Jun 2014 19:28:07 +0000 (-0700) Subject: mon/OSDMonitor: fix build error X-Git-Tag: v0.83~88 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f53bed1b794559f3d4ff7bab1f67beb32aebe26f;p=ceph.git mon/OSDMonitor: fix build error This broke with 360de6adf24ef9a1287d169416d5e9bbb72afbec. Signed-off-by: Sage Weil --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index e2827b2ac452..88572c9cc0bb 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -4193,7 +4193,7 @@ bool OSDMonitor::prepare_command_impl(MMonCommand *m, map profile_map; err = osdmap.get_erasure_code_profile_default(g_ceph_context, profile_map, - ss); + &ss); if (err) goto reply; dout(20) << "erasure code profile " << name << " set" << dendl;