1
0

Code improvements.

This commit is contained in:
Howaner
2014-09-19 15:07:01 +02:00
parent 0baca1f1d8
commit 6aa331a4fa
4 changed files with 36 additions and 38 deletions

View File

@@ -955,7 +955,7 @@ bool cProtocolRecognizer::TryRecognizeLengthlessProtocol(void)
m_Protocol = new cProtocol132(m_Client);
return true;
}
//case PROTO_VERSION_1_4_2:
case PROTO_VERSION_1_4_2:
case PROTO_VERSION_1_4_4:
{
m_Protocol = new cProtocol142(m_Client);