BaseResponseRequests

This commit is contained in:
Matej Sekoranja
2011-01-16 22:40:30 +01:00
parent 676cb0e3f6
commit 9d2692026a
7 changed files with 308 additions and 112 deletions
+1 -1
View File
@@ -579,7 +579,7 @@ void ChannelSearchManager::initializeSendBuffer()
sendBuffer.put(REQUIRE_REPLY ? (byte)QoS.REPLY_REQUIRED.getMaskValue() : (byte)QoS.DEFAULT.getMaskValue());
*/
_sendBuffer->putByte((int8)DEFAULT);
_sendBuffer->putByte((int8)QOS_DEFAULT);
_sendBuffer->putShort((int16)0); // count
}