]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: another forwarding fix for resend_routed_requests
authorGreg Farnum <gregf@hq.newdream.net>
Mon, 22 Mar 2010 17:23:45 +0000 (10:23 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Mon, 22 Mar 2010 17:23:45 +0000 (10:23 -0700)
src/mon/Monitor.cc

index f22f73733a0801946e182b1699b24603b571f0ef..e8070f1237bd45ad8afcab3d7fee71456676aa52 100644 (file)
@@ -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));
   }  
 }