Skip to content

Commit

Permalink
mon: another forwarding fix for resend_routed_requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Farnum committed Mar 22, 2010
1 parent 96f5ad3 commit 72a4b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mon/Monitor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}

Expand Down

0 comments on commit 72a4b92

Please sign in to comment.