]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/msg/simple/Pipe.cc
update sources to v12.1.2
[ceph.git] / ceph / src / msg / simple / Pipe.cc
index 355c2528f93801a4eea6957c443145293cab807b..4a7ab9acab7a0e6a2b8db601c1f9ac8cd008a38d 100644 (file)
@@ -1090,8 +1090,8 @@ int Pipe::connect()
              << paddr << " not " << peer_addr << " - presumably this is the same node!" << dendl;
     } else {
       ldout(msgr->cct,10) << "connect claims to be "
-             << paddr << " not " << peer_addr
-              << " (peer is possibly using public_bind_addr?) " << dendl;
+                         << paddr << " not " << peer_addr << dendl;
+      goto fail;
     }
   }