updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / crtmpserver-svn / commit-3d0a865
blobc02a6311fc610730132e34ce46cd99118cb3b876
1 commit 3d0a865b9c6f56d511b6e257f9a76ee623d6538a
2 Author: x <x@x.x>
3 Date:   Thu Jun 9 15:18:01 2011 +0200
5     x
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(
22                         VH_CI(request),
23                         VH_SI(request),