]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
botched merge
authorGreg Farnum <gregf@hq.newdream.net>
Fri, 8 Jan 2010 01:35:55 +0000 (17:35 -0800)
committerGreg Farnum <gregf@hq.newdream.net>
Fri, 8 Jan 2010 01:35:55 +0000 (17:35 -0800)
src/msg/SimpleMessenger.cc

index 1698f3640f11a6f189e53af552616570c115b6ba..c229f1942af86a1581fee1a8983f8a14c806a9ab 100644 (file)
@@ -2236,7 +2236,7 @@ void SimpleMessenger::submit_message(Message *m, const entity_inst_t& dest, bool
   {
     // local?
     if (ms_addr == dest_addr) {
-      if (dest_addr.get_erank() == 0 && !destination_stopped) {
+      if (!destination_stopped) {
         // local
         dout(20) << "submit_message " << *m << " local" << dendl;
        dispatch_queue.local_delivery(m, m->get_priority());