Source commit: 09c9965c521a3b9d9e0bac47b48af61581340e2e
@@ -173,7 +173,7 @@ void CAsyncProxySocketLayer::OnReceive(int nErrorCode)
ClearBuffer();
}
- else if (m_nProxyOpID==2)
+ else if (m_nProxyOpID==PROXYOP_LISTEN)
{
if (!m_pRecvBuffer)
m_pRecvBuffer=new char[8];