Don't hold the master lock

This commit is contained in:
JoelKatz
2014-02-21 13:28:23 -08:00
committed by Vinnie Falco
parent 996326a00e
commit 38ba7e695a

View File

@@ -825,9 +825,6 @@ private:
getApp().getJobQueue ().getLoadEventAP (jtPEER, "Peer::read"));
{
Application::ScopedLockType lock (getApp ().getMasterLock (),
__FILE__, __LINE__);
// An mtHELLO message must be the first message receiced by a peer
// and it must be received *exactly* once during a connection; any
// other scenario constitutes a protocol violation.