Missing return in previous commit.

This commit is contained in:
JoelKatz
2013-07-03 11:36:18 -07:00
parent 699ac3d256
commit da9cd1dcfe

View File

@@ -1121,6 +1121,7 @@ void PeerImp::recvTransaction (protocol::TMTransaction& packet, ScopedLock& Mast
if (theApp->getMasterTransaction().fetch(txID, true))
{
WriteLog (lsDEBUG, Peer) << "Peer " << getDisplayName() << " send old TX " << txID;
return;
}
WriteLog (lsDEBUG, Peer) << "Got new transaction from peer " << getDisplayName () << " : " << txID;