From 99ed7a131bbbbabdee5fd94e2ccbe5f51485f6a5 Mon Sep 17 00:00:00 2001 From: Andrew Elder Date: Thu, 3 Jan 2013 12:10:44 -0500 Subject: [PATCH] mrpd: bugfix for msrp dumptable (S??) domain VID assignment character --- daemons/mrpd/msrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/mrpd/msrp.c b/daemons/mrpd/msrp.c index bbb30f8..73f7343 100644 --- a/daemons/mrpd/msrp.c +++ b/daemons/mrpd/msrp.c @@ -2604,7 +2604,7 @@ int msrp_dumptable(struct sockaddr_in *client) attrib->attribute.talk_listen.StreamID[6], attrib->attribute.talk_listen.StreamID[7]); } else if (MSRP_DOMAIN_TYPE == attrib->type) { - sprintf(variant, "D:C=%d,P=%d,V:%04x", + sprintf(variant, "D:C=%d,P=%d,V=%04x", attrib->attribute.domain.SRclassID, attrib->attribute.domain.SRclassPriority, attrib->attribute.domain.SRclassVID); -- 2.7.4