[rygel] Fix typo in GetCurrentConnectionInfo action response.



commit 177d3c628cf22281240ea30b758787b22c0e0484
Author: Yakup Akbay <yakbay ubicom com>
Date:   Mon Dec 7 11:18:21 2009 +0200

    Fix typo in GetCurrentConnectionInfo action response.
    
    This fixes failures for DLNA CTT test cases 7.2.14.2 and 7.2.14.3.

 src/rygel/rygel-connection-manager.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-connection-manager.vala b/src/rygel/rygel-connection-manager.vala
index 980a332..d73a8e4 100644
--- a/src/rygel/rygel-connection-manager.vala
+++ b/src/rygel/rygel-connection-manager.vala
@@ -104,7 +104,7 @@ public class Rygel.ConnectionManager : Service {
             return;
         }
 
-        action.set ("ResID",                 typeof (int),    -1,
+        action.set ("RcsID",                 typeof (int),    -1,
                     "AVTransportID",         typeof (int),    -1,
                     "ProtocolInfo",          typeof (string), "",
                     "PeerConnectionManager", typeof (string), "",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]