diff libpurple/protocols/jabber/jingle/rtp.c @ 26379:045be0c868a6

Silence two warnings.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Thu, 19 Mar 2009 09:53:56 +0000
parents 55c77c8e75cf
children 7fe896a5f4db
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jingle/rtp.c	Thu Mar 19 09:06:54 2009 +0000
+++ b/libpurple/protocols/jabber/jingle/rtp.c	Thu Mar 19 09:53:56 2009 +0000
@@ -373,11 +373,11 @@
 	transport = jingle_content_get_transport(content);
 
 	if (JINGLE_IS_ICEUDP(transport))
-		jingle_iceudp_add_local_candidate(transport,
+		jingle_iceudp_add_local_candidate(JINGLE_ICEUDP(transport),
 				jingle_rtp_candidate_to_iceudp(
 				session, 1, candidate));
 	else if (JINGLE_IS_RAWUDP(transport))
-		jingle_rawudp_add_local_candidate(transport,
+		jingle_rawudp_add_local_candidate(JINGLE_RAWUDP(transport),
 				jingle_rtp_candidate_to_rawudp(
 				session, 1, candidate));