From: Greg Farnum Date: Mon, 22 Mar 2010 17:23:45 +0000 (-0700) Subject: mon: another forwarding fix for resend_routed_requests X-Git-Tag: v0.20~236 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=72a4b92dda511b221854e87959cd8def322d52e3;p=ceph.git mon: another forwarding fix for resend_routed_requests --- diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index f22f73733a08..e8070f1237bd 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -456,7 +456,7 @@ void Monitor::resend_routed_requests() req->session_mon = whoami; req->session_mon_tid = rr->tid; req->clear_payload(); - messenger->forward_message(req, monmap->get_inst(mon)); + messenger->send_message(req, monmap->get_inst(mon)); } }