Fix typo in GetCurrentConnectionInfo action response.
authorYakup Akbay <yakbay@ubicom.com>
Mon, 7 Dec 2009 09:18:21 +0000 (11:18 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 23 Dec 2009 15:40:36 +0000 (17:40 +0200)
This fixes failures for DLNA CTT test cases 7.2.14.2 and 7.2.14.3.

src/rygel/rygel-connection-manager.vala

index 980a332..d73a8e4 100644 (file)
@@ -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), "",