1 commit 3d0a865b9c6f56d511b6e257f9a76ee623d6538a
3 Date: Thu Jun 9 15:18:01 2011 +0200
7 diff --git a/sources/thelib/src/protocols/rtmp/messagefactories/connectionmessagefactory.cpp b/sources/thelib/src/protocols/rtmp/messagefactories/connectionmessagefactory.cpp
8 index db5a427..2c6f6f2 100644
9 --- a/sources/thelib/src/protocols/rtmp/messagefactories/connectionmessagefactory.cpp
10 +++ b/sources/thelib/src/protocols/rtmp/messagefactories/connectionmessagefactory.cpp
11 @@ -127,9 +127,9 @@ Variant ConnectionMessageFactory::GetInvokeConnectError(uint32_t channelId, uint
13 Variant ConnectionMessageFactory::GetInvokeConnectError(Variant request,
14 string decription, string level, string code) {
15 - double objectEncoding = 0;
16 - if (M_INVOKE_PARAM(request, 0).HasKey(RM_INVOKE_PARAMS_RESULT_OBJECTENCODING))
17 - objectEncoding = M_INVOKE_PARAM(request, 0)[RM_INVOKE_PARAMS_RESULT_OBJECTENCODING];
18 + // double objectEncoding = 0;
19 + // if (M_INVOKE_PARAM(request, 0).HasKey(RM_INVOKE_PARAMS_RESULT_OBJECTENCODING))
20 + // objectEncoding = M_INVOKE_PARAM(request, 0)[RM_INVOKE_PARAMS_RESULT_OBJECTENCODING];
21 return GetInvokeConnectError(